Merge pull request #22348 from nextcloud/backport/22346/stable19
[stable19] l10n:Correct appid for WebAuthn
This commit is contained in:
commit
687b37fa3c
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.') }}
|
{{ t('settings', 'Set up your account for passwordless authentication following the FIDO2 standard.') }}
|
||||||
</p>
|
</p>
|
||||||
<p v-if="devices.length === 0">
|
<p v-if="devices.length === 0">
|
||||||
{{ t('twofactor_u2f', 'No devices configured.') }}
|
{{ t('settings', 'No devices configured.') }}
|
||||||
</p>
|
</p>
|
||||||
<p v-else>
|
<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>
|
</p>
|
||||||
<Device v-for="device in sortedDevices"
|
<Device v-for="device in sortedDevices"
|
||||||
:key="device.id"
|
:key="device.id"
|
||||||
|
|
Loading…
Reference in New Issue