mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 10:39:49 +00:00
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:
parent
c83c3d456d
commit
b37ea2a130
@ -171,7 +171,7 @@ Ext.define('PVE.dc.ACMEPluginView', {
|
||||
},
|
||||
{
|
||||
dataIndex: 'api',
|
||||
text: gettext('API'),
|
||||
text: 'API',
|
||||
renderer: Ext.String.htmlEncode,
|
||||
flex: 1,
|
||||
},
|
||||
|
@ -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: [
|
||||
{
|
||||
|
@ -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'
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user