From 0c503218e15b224217a723fe8638e36919316373 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 14 Aug 2019 10:26:05 +0200 Subject: [PATCH] use 'Documentation' as name for the global docs button, mirroring PVE Signed-off-by: Thomas Lamprecht --- js/MainView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/MainView.js b/js/MainView.js index 12b85a2..dfaa249 100644 --- a/js/MainView.js +++ b/js/MainView.js @@ -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 ', -- 2.39.2