Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichiel Janssens <michiel@nexigon.net>2020-08-20 22:45:42 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2020-08-21 01:25:32 +0300
commit5951c1d1fe11a3687946543b3b43e85f604af032 (patch)
tree0be1b8d392846f5f6035ec1defe66c3954a96d93 /apps/settings/src/components/WebAuthn
parentee8d55002ac31c942755ed030a9d17af960bd52b (diff)
l10n:Correct appid for WebAuthn
Signed-off-by: Michiel Janssens <michiel@nexigon.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'apps/settings/src/components/WebAuthn')
-rw-r--r--apps/settings/src/components/WebAuthn/Section.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/src/components/WebAuthn/Section.vue b/apps/settings/src/components/WebAuthn/Section.vue
index 672ff3b44cb..e830b4fc743 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"