diff --git a/app/Resources/translations/messages.en.xlf b/app/Resources/translations/messages.en.xlf index 5c4df48c8..fb38f68a3 100644 --- a/app/Resources/translations/messages.en.xlf +++ b/app/Resources/translations/messages.en.xlf @@ -288,6 +288,10 @@ post.deleted_successfully Post deleted successfully! + + post.search_for + Search for... + notification.comment_created diff --git a/app/Resources/translations/messages.ru.xlf b/app/Resources/translations/messages.ru.xlf index bd0c3bfbe..f903d4bd9 100644 --- a/app/Resources/translations/messages.ru.xlf +++ b/app/Resources/translations/messages.ru.xlf @@ -288,6 +288,10 @@ post.deleted_successfully Запись успешно удалена! + + post.search_for + Искать запись... + notification.comment_created diff --git a/app/Resources/views/base.html.twig b/app/Resources/views/base.html.twig index 24aee2ef6..5741d9004 100644 --- a/app/Resources/views/base.html.twig +++ b/app/Resources/views/base.html.twig @@ -23,7 +23,7 @@