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',
text: gettext('API'),
text: 'API',
renderer: Ext.String.htmlEncode,
flex: 1,
},

View 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: [
{

View 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'
});