diff options
author | Vitaly Takmazov | 2020-11-24 09:42:49 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-11-24 09:42:49 +0300 |
commit | a739f69d1a0bab014c9d63bf40c82923778255ac (patch) | |
tree | 4e415b4fb6835f8d460eecb4411916fddf3976ea /src/main/resources | |
parent | fbd7af53cfa4ce857cf44dc748b7d9f934509b7e (diff) |
Fix title localization on some web pages
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/messages.properties | 1 | ||||
-rw-r--r-- | src/main/resources/messages_ru.properties | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/messages.properties b/src/main/resources/messages.properties index 116006e3..60ddcf08 100644 --- a/src/main/resources/messages.properties +++ b/src/main/resources/messages.properties @@ -82,6 +82,7 @@ title.help=Help title.loginOrSignup=Juick - Log In or Sign Up title.index.anonym=Juick microblogs: popular posts title.index.user=Popular +title.search=Search: error.pageNotFound=Page not found error.pageNotFound.description=User probably deleted this post, or this page never existed. diff --git a/src/main/resources/messages_ru.properties b/src/main/resources/messages_ru.properties index 436f1e1d..acbef7a9 100644 --- a/src/main/resources/messages_ru.properties +++ b/src/main/resources/messages_ru.properties @@ -80,6 +80,7 @@ title.help=Справка title.loginOrSignup=Juick - Войдите в систему или зарегистрируйтесь title.index.anonym=Микроблоги Juick: популярные записи title.index.user=Популярные +title.search=Поиск: error.pageNotFound=Страница не найдена error.pageNotFound.description=Сожалеем, но страницу с этим адресом удалил её автор, либо её никогда не существовало. |