]> git.proxmox.com Git - pmg-gui.git/commitdiff
use 'Documentation' as name for the global docs button, mirroring PVE
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Aug 2019 08:26:05 +0000 (10:26 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Aug 2019 08:26:05 +0000 (10:26 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
js/MainView.js

index 12b85a2a6d8d7e9e5b0a75b6cf50ec7a5a7cc849..dfaa2491a1219a4ca3db7bd4f3be34b728a0067e 100644 (file)
@@ -182,6 +182,7 @@ Ext.define('PMG.MainView', {
                },
                {
                    xtype: 'proxmoxHelpButton',
+                   text: gettext('Documentation'),
                    hidden: false,
                    baseCls: 'x-btn',
                    iconCls: 'fa fa-info-circle x-btn-icon-el-default-toolbar-small ',