l10n:Correct appid for WebAuthn
Signed-off-by: Michiel Janssens <michiel@nexigon.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8b5c9a820d
commit
4478854403
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -26,10 +26,10 @@
|
|||
{{ t('settings', 'Set up your account for passwordless authentication following the FIDO2 standard.') }}
|
||||
</p>
|
||||
<p v-if="devices.length === 0">
|
||||
{{ t('twofactor_u2f', 'No devices configured.') }}
|
||||
{{ t('settings', 'No devices configured.') }}
|
||||
</p>
|
||||
<p v-else>
|
||||
{{ t('twofactor_u2f', 'The following devices are configured for your account:') }}
|
||||
{{ t('settings', 'The following devices are configured for your account:') }}
|
||||
</p>
|
||||
<Device v-for="device in sortedDevices"
|
||||
:key="device.id"
|
||||
|
|
Loading…
Reference in New Issue