From 2622431376474ed25605db9e5daf4508f117c7b3 Mon Sep 17 00:00:00 2001 From: busya Date: Mon, 6 Jul 2026 18:07:44 +0300 Subject: [PATCH] fix(i18n): remove duplicate closing braces in encryption recovery strings --- frontend/src/lib/i18n/locales/en/settings.json | 1 - frontend/src/lib/i18n/locales/ru/settings.json | 1 - 2 files changed, 2 deletions(-) diff --git a/frontend/src/lib/i18n/locales/en/settings.json b/frontend/src/lib/i18n/locales/en/settings.json index 17c287bb..41da0ff6 100644 --- a/frontend/src/lib/i18n/locales/en/settings.json +++ b/frontend/src/lib/i18n/locales/en/settings.json @@ -276,4 +276,3 @@ "encryption_recovery_partial_success": "Some secrets saved, some failed. Check failed items above and re-enter.", "encryption_recovery_saving": "Saving..." } -} diff --git a/frontend/src/lib/i18n/locales/ru/settings.json b/frontend/src/lib/i18n/locales/ru/settings.json index 8d458089..713e229e 100644 --- a/frontend/src/lib/i18n/locales/ru/settings.json +++ b/frontend/src/lib/i18n/locales/ru/settings.json @@ -276,4 +276,3 @@ "encryption_recovery_partial_success": "Часть секретов сохранена, часть не удалась. Проверьте ошибки выше и введите значения заново.", "encryption_recovery_saving": "Сохранение..." } -}