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:
Diffstat (limited to 'apps/settings/src/components/WebAuthn/Section.vue')
-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" />