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:02:10 +0300
committerGitHub <noreply@github.com>2020-04-05 00:02:10 +0300
commite5b3ee615e6526362481358cd85bb14be34706dc (patch)
tree20e690f452aa9a8853d2dda443d3386182f6ab1d /apps/settings/src/components/WebAuthn
parentee83fc0d2b3d63f34d0bc27309e8c8d96805d0a7 (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/Section.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/WebAuthn/Section.vue b/apps/settings/src/components/WebAuthn/Section.vue
index cd09ec43c1a..a0cef9f753a 100644
--- a/apps/settings/src/components/WebAuthn/Section.vue
+++ b/apps/settings/src/components/WebAuthn/Section.vue
@@ -37,7 +37,7 @@
@delete="deleteDevice(device.id)" />
<p v-if="!hasPublicKeyCredential" class="warning">
- {{ t('settings', 'Your browser does not support Webauthn.') }}
+ {{ t('settings', 'Your browser does not support WebAuthn.') }}
</p>
<AddDevice v-if="hasPublicKeyCredential" :isHttps="isHttps" @added="deviceAdded" />