From 458ed721c75c9eff5dbfba578bafee02f321da52 Mon Sep 17 00:00:00 2001 From: csoni Date: Wed, 9 May 2018 17:34:28 +0530 Subject: [PATCH] Indicate folder sharing requirements in dialog Update info message --- js/dialogs/MDMManageSharedFolderPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/dialogs/MDMManageSharedFolderPanel.js b/js/dialogs/MDMManageSharedFolderPanel.js index 486c845..4e6fb80 100644 --- a/js/dialogs/MDMManageSharedFolderPanel.js +++ b/js/dialogs/MDMManageSharedFolderPanel.js @@ -77,7 +77,7 @@ Zarafa.plugins.mdm.dialogs.MDMManageSharedFolderPanel = Ext.extend(Ext.Panel, { items: [{ xtype: 'displayfield', hideLabel : true, - value: dgettext('plugin_mdm','Select folders to sync on your device') + value: dgettext('plugin_mdm','Select folders to sync to your device from the list below. To add additional mailboxes to the list, open them in WebApp first.') }, { xtype: 'mdm.hierarchytree', autoScroll : true,