diff --git a/Web/Presenters/templates/@layout.xml b/Web/Presenters/templates/@layout.xml
index 8fef2bfb..e95579e3 100644
--- a/Web/Presenters/templates/@layout.xml
+++ b/Web/Presenters/templates/@layout.xml
@@ -245,7 +245,7 @@
{php echo OPENVK_ROOT_CONF['openvk']['preferences']['news']['title'];}
- Подробнее »
+ {_news_more} »
diff --git a/locales/en.strings b/locales/en.strings
index b5e211a2..37bef931 100644
--- a/locales/en.strings
+++ b/locales/en.strings
@@ -1063,6 +1063,7 @@
"points_count" = "votes";
"on_your_account" = "on your account";
"top_up_your_account" = "Get more";
+"news_more" = "More";
"you_still_have_x_points" = "You have $1 unused votes.";
"vouchers" = "Vouchers";
diff --git a/locales/ru.strings b/locales/ru.strings
index 714be3f1..9b351358 100644
--- a/locales/ru.strings
+++ b/locales/ru.strings
@@ -1015,6 +1015,7 @@
"on_your_account" = "на вашем счету";
"top_up_your_account" = "Пополнить баланс";
"you_still_have_x_points" = "У Вас $1 неиспользованных голосов.";
+"news_more" = "Подробнее";
"vouchers" = "Ваучеры";
"have_voucher" = "Есть ваучер";
"voucher_token" = "Код ваучера";