mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-05-01 21:04:44 +02: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">
|
<div v-else class="field is-grouped">
|
||||||
<!-- register button -->
|
<!-- register button -->
|
||||||
<div class="control">
|
<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>
|
</div>
|
||||||
<!-- dismiss button -->
|
<!-- dismiss button -->
|
||||||
<div class="control">
|
<div class="control">
|
||||||
|
@ -53,6 +53,7 @@
|
|||||||
'account_recovery_email_sent' => 'Account recovery email sent!',
|
'account_recovery_email_sent' => 'Account recovery email sent!',
|
||||||
'disable_all_other_devices' => 'Disable all other devices except this one',
|
'disable_all_other_devices' => 'Disable all other devices except this one',
|
||||||
'register_a_new_device' => 'Register a new device',
|
'register_a_new_device' => 'Register a new device',
|
||||||
|
'register_a_device' => 'Register a device',
|
||||||
'device_successfully_registered' => 'Device successfully registered',
|
'device_successfully_registered' => 'Device successfully registered',
|
||||||
'device_revoked' => 'Device successfully revoked',
|
'device_revoked' => 'Device successfully revoked',
|
||||||
'revoking_a_device_is_permanent' => 'Revoking a device is permanent',
|
'revoking_a_device_is_permanent' => 'Revoking a device is permanent',
|
||||||
|
Loading…
Reference in New Issue
Block a user