diff --git a/www/window/AddTfaRecovery.js b/www/window/AddTfaRecovery.js index 2fc51454..8d6ee51a 100644 --- a/www/window/AddTfaRecovery.js +++ b/www/window/AddTfaRecovery.js @@ -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'), }, ], });