ui: acme: Remove false gettexts

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>
This commit is contained in:
Dominic Jäger 2021-01-07 09:32:13 +01:00 committed by Thomas Lamprecht
parent c83c3d456d
commit b37ea2a130
3 changed files with 3 additions and 3 deletions

View File

@ -171,7 +171,7 @@ Ext.define('PVE.dc.ACMEPluginView', {
}, },
{ {
dataIndex: 'api', dataIndex: 'api',
text: gettext('API'), text: 'API',
renderer: Ext.String.htmlEncode, renderer: Ext.String.htmlEncode,
flex: 1, flex: 1,
}, },

View File

@ -11,7 +11,7 @@ Ext.define('PVE.dc.ACMEPluginEditor', {
width: 550, width: 550,
url: '/cluster/acme/plugins/', url: '/cluster/acme/plugins/',
subject: gettext('ACME DNS Plugin'), subject: 'ACME DNS Plugin',
items: [ items: [
{ {

View File

@ -182,7 +182,7 @@ Ext.define('PVE.dc.Config', {
if (Proxmox.UserName === 'root@pam') { if (Proxmox.UserName === 'root@pam') {
me.items.push({ me.items.push({
xtype: 'pveACMEClusterView', xtype: 'pveACMEClusterView',
title: gettext('ACME'), title: 'ACME',
iconCls: 'fa fa-certificate', iconCls: 'fa fa-certificate',
itemId: 'acme' itemId: 'acme'
}); });