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:
authorrakekniven <mark.ziegler@rakekniven.de>2020-04-05 00:00:43 +0300
committerGitHub <noreply@github.com>2020-04-05 00:00:43 +0300
commitee83fc0d2b3d63f34d0bc27309e8c8d96805d0a7 (patch)
treedced9e13fa5e9e85bd09e6c1347bdcc8de3a31f6 /apps/settings/src/components/WebAuthn
parent4a292126e57fb07282075d9e3cc0b479d7f0c377 (diff)
l10n: Changed spelling of WebAuthn
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
Diffstat (limited to 'apps/settings/src/components/WebAuthn')
-rw-r--r--apps/settings/src/components/WebAuthn/AddDevice.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/WebAuthn/AddDevice.vue b/apps/settings/src/components/WebAuthn/AddDevice.vue
index 05b649ec313..431ada09e36 100644
--- a/apps/settings/src/components/WebAuthn/AddDevice.vue
+++ b/apps/settings/src/components/WebAuthn/AddDevice.vue
@@ -26,7 +26,7 @@
<div v-else>
<div v-if="step === RegistrationSteps.READY">
<button @click="start">
- {{ t('settings', 'Add Webauthn device') }}
+ {{ t('settings', 'Add WebAuthn device') }}
</button>
</div>