diff --git a/Web/static/img/app_icons/.DS_Store b/Web/static/img/app_icons/.DS_Store deleted file mode 100644 index ba9eb777..00000000 Binary files a/Web/static/img/app_icons/.DS_Store and /dev/null differ diff --git a/Web/static/js/al_wall.js b/Web/static/js/al_wall.js index fb3f8520..238cc104 100644 --- a/Web/static/js/al_wall.js +++ b/Web/static/js/al_wall.js @@ -134,7 +134,7 @@ var tooltipClientTemplate = Handlebars.compile(` {{app_tr}}: {{name}}
- Подробнее + ${tr("learn_more")} diff --git a/data/clients.xml b/data/clients.xml index 44373e40..21e94959 100644 --- a/data/clients.xml +++ b/data/clients.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/locales/en.strings b/locales/en.strings index db4ad509..79db26c6 100644 --- a/locales/en.strings +++ b/locales/en.strings @@ -811,6 +811,8 @@ "app_err_note" = "Failed to attach a news note"; "app_err_note_desc" = "Make sure the link is correct and the note belongs to you."; +"learn_more" = "Learn more"; + /* Support */ "support_opened" = "Opened"; diff --git a/locales/ru.strings b/locales/ru.strings index 5b41554f..f2d09ecc 100644 --- a/locales/ru.strings +++ b/locales/ru.strings @@ -745,6 +745,8 @@ "app_err_note" = "Не удалось прикрепить новостную заметку"; "app_err_note_desc" = "Убедитесь, что ссылка правильная и заметка принадлежит Вам."; +"learn_more" = "Подробнее"; + /* Support */ "support_opened" = "Открытые";