summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2020-04-04 23:02:10 +0200
committerGitHub <noreply@github.com>2020-04-04 23:02:10 +0200
commite5b3ee615e6526362481358cd85bb14be34706dc (patch)
tree20e690f452aa9a8853d2dda443d3386182f6ab1d /apps
parentee83fc0d2b3d63f34d0bc27309e8c8d96805d0a7 (diff)
downloadnextcloud-server-e5b3ee615e6526362481358cd85bb14be34706dc.tar.gz
nextcloud-server-e5b3ee615e6526362481358cd85bb14be34706dc.zip
l10n: Changed spelling of WebAuthn
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
Diffstat (limited to 'apps')
-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" />