diff --git a/products/ASC.Files/Client/public/locales/de/Translations.json b/products/ASC.Files/Client/public/locales/de/Translations.json
index 2ed692d436d..2e0a400f4f3 100644
--- a/products/ASC.Files/Client/public/locales/de/Translations.json
+++ b/products/ASC.Files/Client/public/locales/de/Translations.json
@@ -24,6 +24,7 @@
   "LinkCopySuccess": "Der Link wurde in die Zwischenablage kopiert",
   "Move": "Verschieben",
   "MoveToOperation": "Wird verschoben",
+  "MobileWin": "Download ONLYOFFICE Desktop Editors für Windows",
   "OwnerChange": "Besitzer ändern",
   "Presentations": "Präsentationen",
   "Restore": "Wiederherstellen",
@@ -37,5 +38,5 @@
   "TypeTitleSharePoint": "SharePoint",
   "TypeTitleSkyDrive": "OneDrive",
   "TypeTitleWebDav": "WebDAV",
-  "TypeTitleYandex": "Yandex.Disk"
+  "TypeTitleYandex": "Yandex.Disk",
 }
diff --git a/products/ASC.Files/Client/public/locales/en/Translations.json b/products/ASC.Files/Client/public/locales/en/Translations.json
index 9dda14a976e..e7457792476 100644
--- a/products/ASC.Files/Client/public/locales/en/Translations.json
+++ b/products/ASC.Files/Client/public/locales/en/Translations.json
@@ -26,6 +26,7 @@
   "MediaLoadError": "Media file could not be loaded",
   "Move": "Move",
   "MoveToOperation": "Moving",
+  "MobileWin": "Download ONLYOFFICE Desktop Editors for Windows",
   "OwnerChange": "Change owner",
   "Presentations": "Presentations",
   "Restore": "Restore",
diff --git a/products/ASC.Files/Client/public/locales/fr/Translations.json b/products/ASC.Files/Client/public/locales/fr/Translations.json
index 61bdb6a64d3..4cc8c80e9ac 100644
--- a/products/ASC.Files/Client/public/locales/fr/Translations.json
+++ b/products/ASC.Files/Client/public/locales/fr/Translations.json
@@ -24,6 +24,7 @@
   "LinkCopySuccess": "Le lien a été copié dans le Presse-papiers",
   "Move": "Déplacer",
   "MoveToOperation": "Déplacement",
+  "MobileWin": "Télécharger les applications de bureau ONLYOFFICE pour Windows",
   "OwnerChange": "Changer le propriétaire",
   "Presentations": "Présentations",
   "Restore": "Restaurer",
diff --git a/products/ASC.Files/Client/public/locales/it/Translations.json b/products/ASC.Files/Client/public/locales/it/Translations.json
index 1fda77f4d5f..ffcf5c0392a 100644
--- a/products/ASC.Files/Client/public/locales/it/Translations.json
+++ b/products/ASC.Files/Client/public/locales/it/Translations.json
@@ -16,5 +16,6 @@
   "TypeTitleSharePoint": "SharePoint",
   "TypeTitleSkyDrive": "OneDrive",
   "TypeTitleWebDav": "WebDAV",
-  "TypeTitleYandex": "Yandex.Disk"
+  "TypeTitleYandex": "Yandex.Disk",
+  "MobileWin": "Scarica ONLYOFFICE Desktop Editors per Windows"
 }
diff --git a/products/ASC.Files/Client/public/locales/pt-BR/Translations.json b/products/ASC.Files/Client/public/locales/pt-BR/Translations.json
index d5d80555ebf..ab8cf390b10 100644
--- a/products/ASC.Files/Client/public/locales/pt-BR/Translations.json
+++ b/products/ASC.Files/Client/public/locales/pt-BR/Translations.json
@@ -24,6 +24,7 @@
   "LinkCopySuccess": "Link foi copiado para a área de trabalho",
   "Move": "Mover",
   "MoveToOperation": "Movendo",
+  "MobileWin": "Baixar ONLYOFFICE Desktop Editors para Windows",
   "OwnerChange": "Alterar proprietário",
   "Presentations": "Apresentações ",
   "Restore": "Restaurar",
diff --git a/products/ASC.Files/Client/public/locales/ru/Translations.json b/products/ASC.Files/Client/public/locales/ru/Translations.json
index fcd11036788..811f60c0abb 100644
--- a/products/ASC.Files/Client/public/locales/ru/Translations.json
+++ b/products/ASC.Files/Client/public/locales/ru/Translations.json
@@ -26,6 +26,7 @@
   "MediaLoadError": "Медиа файл не может быть загружен",
   "Move": "Переместить",
   "MoveToOperation": "Перемещение",
+  "MobileWin": "Скачать десктопные редакторы ONLYOFFICE для Windows",
   "OwnerChange": "Сменить владельца",
   "Presentations": "Презентации",
   "Restore": "Восстановить",
diff --git a/products/ASC.Files/Client/src/components/Article/Body/DownloadAppList.js b/products/ASC.Files/Client/src/components/Article/Body/DownloadAppList.js
index dc5d22f7ea0..9bd097a3eaf 100644
--- a/products/ASC.Files/Client/src/components/Article/Body/DownloadAppList.js
+++ b/products/ASC.Files/Client/src/components/Article/Body/DownloadAppList.js
@@ -39,6 +39,7 @@ const DownloadAppListContainer = ({ t }) => {
           isfill={true}
           color="#A3A9AE"
           hoverColor="#3785D3"
+          title={t("Translations:MobileWin")}
         />
         <IconButton
           onClick={() => window.open(desktopLink)}