diff --git a/bl-plugins/html-code/languages/ru_RU.json b/bl-plugins/html-code/languages/ru_RU.json
index 9cff638f..404e1702 100644
--- a/bl-plugins/html-code/languages/ru_RU.json
+++ b/bl-plugins/html-code/languages/ru_RU.json
@@ -1,10 +1,10 @@
{
"plugin-data":
{
- "name": "HTML Код",
+ "name": "HTML-код",
"description": "Добавьте код HTML, CSS или Javascript в метаданные заголовка, заголовок или нижний колонтитул вашего сайта."
},
- "insert-code-in-the-theme-inside-the-tag-head": "Вставить код в тему внутри тега <head> </head>",
- "insert-code-in-the-theme-at-the-top": "Вставьте код в тему вверху.",
- "insert-code-in-the-theme-at-the-bottom": "Вставьте код в тему внизу."
+ "insert-code-in-the-theme-inside-the-tag-head": "Вставить код в тему внутри тега <head> </head> (в метаданные заголовка страниц сайта).",
+ "insert-code-in-the-theme-at-the-top": "Вставить код в тему вверху странц сайта.",
+ "insert-code-in-the-theme-at-the-bottom": "Вставить код в тему внизу странц сайта."
}