diff --git a/Web/Presenters/templates/@layout.xml b/Web/Presenters/templates/@layout.xml
index f7cab036..0de88aa0 100644
--- a/Web/Presenters/templates/@layout.xml
+++ b/Web/Presenters/templates/@layout.xml
@@ -109,13 +109,13 @@
{else}
{/ifset}
@@ -191,7 +191,7 @@
{_registration}
- Забыли пароль?
+ {_"forgot_password"}
{/ifset}
diff --git a/locales/en.strings b/locales/en.strings
index a22c1863..4fda7939 100644
--- a/locales/en.strings
+++ b/locales/en.strings
@@ -12,6 +12,7 @@
"log_in" = "Log in";
"password" = "Password";
"registration" = "Registration";
+"forgot_password" = "Forgot your password?";
/* Profile information */
diff --git a/locales/ru.strings b/locales/ru.strings
index 5b14478b..17dcb22c 100644
--- a/locales/ru.strings
+++ b/locales/ru.strings
@@ -13,6 +13,7 @@
"log_in" = "Вход";
"password" = "Пароль";
"registration" = "Регистрация";
+"forgot_password" = "Забыли пароль?";
/* Profile information */
@@ -264,9 +265,8 @@
"header_log_out" = "выйти";
"header_search" = "Поиск";
-"header_login" = "Вход";
-"header_registration" = "Регистрация";
-"header_help" = "Помощь";
+"header_login" = "вход";
+"header_registration" = "регистрация";
"footer_blog" = "блог";
"footer_help" = "помощь";