mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-16 18:31:49 +01:00
Use a shorten phrase for webauthn device registration button
This commit is contained in:
parent
b04a4cd5d2
commit
ca910e159f
@ -12,7 +12,7 @@
|
||||
<div v-else class="field is-grouped">
|
||||
<!-- register button -->
|
||||
<div class="control">
|
||||
<button type="button" id="btnRegisterNewDevice" @click="registerWebauthnDevice()" class="button is-link">{{ $t('auth.webauthn.register_a_new_device') }}</button>
|
||||
<button type="button" id="btnRegisterNewDevice" @click="registerWebauthnDevice()" class="button is-link">{{ $t('auth.webauthn.register_a_device') }}</button>
|
||||
</div>
|
||||
<!-- dismiss button -->
|
||||
<div class="control">
|
||||
|
@ -53,6 +53,7 @@
|
||||
'account_recovery_email_sent' => 'Account recovery email sent!',
|
||||
'disable_all_other_devices' => 'Disable all other devices except this one',
|
||||
'register_a_new_device' => 'Register a new device',
|
||||
'register_a_device' => 'Register a device',
|
||||
'device_successfully_registered' => 'Device successfully registered',
|
||||
'device_revoked' => 'Device successfully revoked',
|
||||
'revoking_a_device_is_permanent' => 'Revoking a device is permanent',
|
||||
|
Loading…
Reference in New Issue
Block a user