]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: acme: Remove false gettexts
authorDominic Jäger <d.jaeger@proxmox.com>
Thu, 7 Jan 2021 08:32:13 +0000 (09:32 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 12 Jan 2021 10:39:45 +0000 (11:39 +0100)
Translating these is not useful; e.g. API would be translated to API in German.

Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
www/manager6/dc/ACMEClusterView.js
www/manager6/dc/ACMEPluginEdit.js
www/manager6/dc/Config.js

index cb45a2ba2c1b132497d974ccacb5fb30d6f97549..d02aeef011d358e8ffabc21c4360ab72ee076573 100644 (file)
@@ -171,7 +171,7 @@ Ext.define('PVE.dc.ACMEPluginView', {
        },
        {
            dataIndex: 'api',
-           text: gettext('API'),
+           text: 'API',
            renderer: Ext.String.htmlEncode,
            flex: 1,
        },
index 5b6c3a8b139be8ddf86c0f4bbddc50fb3f95f0ff..bf4652f114b0c34b674c5bcce6c3120e73e6abdb 100644 (file)
@@ -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: [
        {
index 92b94afc5f3f38ab2f9b142f511849a4408226e6..f517115d773971878be7ff63052fef432027dbc4 100644 (file)
@@ -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'
                });