mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 16:47:46 +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',
|
dataIndex: 'api',
|
||||||
text: gettext('API'),
|
text: 'API',
|
||||||
renderer: Ext.String.htmlEncode,
|
renderer: Ext.String.htmlEncode,
|
||||||
flex: 1,
|
flex: 1,
|
||||||
},
|
},
|
||||||
|
@ -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: [
|
||||||
{
|
{
|
||||||
|
@ -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'
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user