summaryrefslogtreecommitdiffstats
path: root/apps/settings/src/components/WebAuthn/AddDevice.vue
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/src/components/WebAuthn/AddDevice.vue')
-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>