Skip to content

Commit 687b37f

Browse files
authored
Merge pull request #22348 from nextcloud/backport/22346/stable19
[stable19] l10n:Correct appid for WebAuthn
2 parents 9c99245 + 4478854 commit 687b37f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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)