ui: tfa/recovery: fix copy button text, add icon

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-01-18 10:45:28 +01:00
parent 854319d88c
commit 995492100a

View File

@ -179,7 +179,8 @@ Ext.define('PBS.window.TfaRecoveryShow', {
document.getElementById('token-secret-value').select();
document.execCommand("copy");
},
text: gettext('Copy Secret Value'),
iconCls: 'fa fa-clipboard',
text: gettext('Copy Recovery Keys'),
},
],
});