From cd897aa8f1fc09437dcc49ff0fd2bc5348122664 Mon Sep 17 00:00:00 2001 From: AlexeySafronov Date: Mon, 8 Nov 2021 15:33:27 +0300 Subject: [PATCH] Web: About: Fix DublicatesByContentTest translation issue --- web/ASC.Web.Client/public/locales/ru/About.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/ASC.Web.Client/public/locales/ru/About.json b/web/ASC.Web.Client/public/locales/ru/About.json index 8e95dcf618f..3304bb8998c 100644 --- a/web/ASC.Web.Client/public/locales/ru/About.json +++ b/web/ASC.Web.Client/public/locales/ru/About.json @@ -3,7 +3,7 @@ "DocumentManagement": "Управление документами", "OnlineEditors": "Онлайн редакторы", "SoftwareLicense": "Лицензия на ПО", - "AboutCompanyAddressTitle": "Адрес", - "AboutCompanyEmailTitle": "Email", - "AboutCompanyTelTitle": "Телефон" + "AboutCompanyAddressTitle": "адрес", + "AboutCompanyEmailTitle": "email", + "AboutCompanyTelTitle": "тел." }