diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json index 084f4f2..0c98682 100644 --- a/src/i18n/messages/en.json +++ b/src/i18n/messages/en.json @@ -464,7 +464,8 @@ "please-enter-complaint-text-first": "Please enter complaint text first", "please-enter-template-name": "Please enter template name", "template-saved-successfully": "Template saved successfully", - "no-claims-complaints-found": "No complaints/claims found" + "no-claims-complaints-found": "No complaints/claims found", + "no-notifications": "No notifications" }, "Login-register-form": { "and": "and", diff --git a/src/i18n/messages/ru.json b/src/i18n/messages/ru.json index faaf302..a482173 100644 --- a/src/i18n/messages/ru.json +++ b/src/i18n/messages/ru.json @@ -464,7 +464,8 @@ "please-enter-complaint-text-first": "Пожалуйста, сначала введите текст жалобы", "please-enter-template-name": "Пожалуйста, введите название шаблона", "template-saved-successfully": "Шаблон успешно сохранен", - "no-claims-complaints-found": "Жалобы / претензии не найдены" + "no-claims-complaints-found": "Жалобы / претензии не найдены", + "no-notifications": "Нет уведомлений" }, "Login-register-form": { "and": "и",