KMP-62 Update button text and dialog title

This commit is contained in:
Martijn Alberts 2018-05-18 11:01:32 +02:00
parent 89d1760bef
commit 75a6f7348b
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ Zarafa.plugins.mdm.dialogs.MDMDeviceGeneralTab = Ext.extend(Ext.form.FormPanel,
flex: 1
}, {
xtype: 'button',
text: dgettext('plugin_mdm', 'Managed shared Folders'),
text: dgettext('plugin_mdm', 'Manage Shared Folders'),
cls: 'mdm-managesharedfolder-button',
listeners: {
click: this.onClickManageSharedFolder,

View File

@ -21,7 +21,7 @@ Zarafa.plugins.mdm.dialogs.MDMManageSharedFolderContentPanel = Ext.extend(Zarafa
{
xtype: 'mdm.managesharedfoldercontentpanel',
layout: 'fit',
title: dgettext('plugin_mdm','Manage Shared Folder'),
title: dgettext('plugin_mdm','Manage Shared Folders'),
modal: true,
stateful: false,
showInfoMask : false,