From b37ea2a130eaa6375e6b6ab96c1b9daf9fcac529 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dominic=20J=C3=A4ger?= Date: Thu, 7 Jan 2021 09:32:13 +0100 Subject: [PATCH] ui: acme: Remove false gettexts MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Translating these is not useful; e.g. API would be translated to API in German. Signed-off-by: Dominic Jäger --- www/manager6/dc/ACMEClusterView.js | 2 +- www/manager6/dc/ACMEPluginEdit.js | 2 +- www/manager6/dc/Config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/manager6/dc/ACMEClusterView.js b/www/manager6/dc/ACMEClusterView.js index cb45a2ba..d02aeef0 100644 --- a/www/manager6/dc/ACMEClusterView.js +++ b/www/manager6/dc/ACMEClusterView.js @@ -171,7 +171,7 @@ Ext.define('PVE.dc.ACMEPluginView', { }, { dataIndex: 'api', - text: gettext('API'), + text: 'API', renderer: Ext.String.htmlEncode, flex: 1, }, diff --git a/www/manager6/dc/ACMEPluginEdit.js b/www/manager6/dc/ACMEPluginEdit.js index 5b6c3a8b..bf4652f1 100644 --- a/www/manager6/dc/ACMEPluginEdit.js +++ b/www/manager6/dc/ACMEPluginEdit.js @@ -11,7 +11,7 @@ Ext.define('PVE.dc.ACMEPluginEditor', { width: 550, url: '/cluster/acme/plugins/', - subject: gettext('ACME DNS Plugin'), + subject: 'ACME DNS Plugin', items: [ { diff --git a/www/manager6/dc/Config.js b/www/manager6/dc/Config.js index 92b94afc..f517115d 100644 --- a/www/manager6/dc/Config.js +++ b/www/manager6/dc/Config.js @@ -182,7 +182,7 @@ Ext.define('PVE.dc.Config', { if (Proxmox.UserName === 'root@pam') { me.items.push({ xtype: 'pveACMEClusterView', - title: gettext('ACME'), + title: 'ACME', iconCls: 'fa fa-certificate', itemId: 'acme' }); -- 2.39.5