ui: tfa/recovery: fix copy button text, add icon
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
854319d88c
commit
995492100a
@ -179,7 +179,8 @@ Ext.define('PBS.window.TfaRecoveryShow', {
|
|||||||
document.getElementById('token-secret-value').select();
|
document.getElementById('token-secret-value').select();
|
||||||
document.execCommand("copy");
|
document.execCommand("copy");
|
||||||
},
|
},
|
||||||
text: gettext('Copy Secret Value'),
|
iconCls: 'fa fa-clipboard',
|
||||||
|
text: gettext('Copy Recovery Keys'),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user