Use a shorten phrase for webauthn device registration button

This commit is contained in:
Bubka 2022-09-18 17:11:03 +02:00
parent b04a4cd5d2
commit ca910e159f
2 changed files with 2 additions and 1 deletions

View File

@ -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">

View File

@ -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',