mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
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
ee8d55002a
commit
5951c1d1fe
3 changed files with 5 additions and 5 deletions
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 a new issue