Skip to content

Commit 4478854

Browse files
mjanssensnpmbuildbot[bot]
authored andcommitted
l10n:Correct appid for WebAuthn
Signed-off-by: Michiel Janssens <michiel@nexigon.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
1 parent 8b5c9a8 commit 4478854

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/settings/js/vue-settings-personal-webauthn.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/settings/js/vue-settings-personal-webauthn.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/settings/src/components/WebAuthn/Section.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
{{ t('settings', 'Set up your account for passwordless authentication following the FIDO2 standard.') }}
2727
</p>
2828
<p v-if="devices.length === 0">
29-
{{ t('twofactor_u2f', 'No devices configured.') }}
29+
{{ t('settings', 'No devices configured.') }}
3030
</p>
3131
<p v-else>
32-
{{ t('twofactor_u2f', 'The following devices are configured for your account:') }}
32+
{{ t('settings', 'The following devices are configured for your account:') }}
3333
</p>
3434
<Device v-for="device in sortedDevices"
3535
:key="device.id"

0 commit comments

Comments
 (0)