]> source.dussan.org Git - nextcloud-server.git/commitdiff
l10n: Changed spelling of WebAuthn
authorrakekniven <mark.ziegler@rakekniven.de>
Sat, 4 Apr 2020 21:02:10 +0000 (23:02 +0200)
committerGitHub <noreply@github.com>
Sat, 4 Apr 2020 21:02:10 +0000 (23:02 +0200)
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
apps/settings/src/components/WebAuthn/Section.vue

index cd09ec43c1abd269f3754c95b7257e22760cf78c..a0cef9f753a2c36281a2a02a09fe5778930857c7 100644 (file)
@@ -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" />