KMP-62 Update button text and dialog title
This commit is contained in:
parent
89d1760bef
commit
75a6f7348b
@ -159,7 +159,7 @@ Zarafa.plugins.mdm.dialogs.MDMDeviceGeneralTab = Ext.extend(Ext.form.FormPanel,
|
|||||||
flex: 1
|
flex: 1
|
||||||
}, {
|
}, {
|
||||||
xtype: 'button',
|
xtype: 'button',
|
||||||
text: dgettext('plugin_mdm', 'Managed shared Folders'),
|
text: dgettext('plugin_mdm', 'Manage Shared Folders'),
|
||||||
cls: 'mdm-managesharedfolder-button',
|
cls: 'mdm-managesharedfolder-button',
|
||||||
listeners: {
|
listeners: {
|
||||||
click: this.onClickManageSharedFolder,
|
click: this.onClickManageSharedFolder,
|
||||||
|
@ -21,7 +21,7 @@ Zarafa.plugins.mdm.dialogs.MDMManageSharedFolderContentPanel = Ext.extend(Zarafa
|
|||||||
{
|
{
|
||||||
xtype: 'mdm.managesharedfoldercontentpanel',
|
xtype: 'mdm.managesharedfoldercontentpanel',
|
||||||
layout: 'fit',
|
layout: 'fit',
|
||||||
title: dgettext('plugin_mdm','Manage Shared Folder'),
|
title: dgettext('plugin_mdm','Manage Shared Folders'),
|
||||||
modal: true,
|
modal: true,
|
||||||
stateful: false,
|
stateful: false,
|
||||||
showInfoMask : false,
|
showInfoMask : false,
|
||||||
|
Loading…
Reference in New Issue
Block a user