mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-24 15:21:25 +00:00
ui: cephfs: use more descriptive field label and gettext
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
42c455fcd7
commit
e39843e944
@ -105,7 +105,7 @@ Ext.define('PVE.storage.CephFSInputPanel', {
|
||||
{
|
||||
xtype: me.isCreate ? 'textfield' : 'displayfield',
|
||||
name: 'keyring',
|
||||
fieldLabel: 'Secret',
|
||||
fieldLabel: gettext('Secret Key'),
|
||||
value: me.isCreate ? '' : '***********',
|
||||
allowBlank: false,
|
||||
bind: {
|
||||
|
Loading…
Reference in New Issue
Block a user