diff --git a/apps/settings/js/vue-settings-personal-webauthn.js b/apps/settings/js/vue-settings-personal-webauthn.js index 4b6442f2e7a9086c7516e2ca23533d95027ac6ef..1894548436728445b78c984ab5dfd231f1ed4771 100644 Binary files a/apps/settings/js/vue-settings-personal-webauthn.js and b/apps/settings/js/vue-settings-personal-webauthn.js differ diff --git a/apps/settings/js/vue-settings-personal-webauthn.js.map b/apps/settings/js/vue-settings-personal-webauthn.js.map index 6328c7a306205af1d19c6f3a20a98d70e04dbf27..877fde1779e793a1a46012ae746e2fb33aba21ae 100644 Binary files a/apps/settings/js/vue-settings-personal-webauthn.js.map and b/apps/settings/js/vue-settings-personal-webauthn.js.map differ diff --git a/apps/settings/src/components/WebAuthn/Section.vue b/apps/settings/src/components/WebAuthn/Section.vue index 672ff3b44cbc11188fe0d446014c1f9e44c910ac..e830b4fc7434943e3d8b3f2054b8d2e090ee1f23 100644 --- a/apps/settings/src/components/WebAuthn/Section.vue +++ b/apps/settings/src/components/WebAuthn/Section.vue @@ -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"