l10n: Changed spelling of WebAuthn

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
This commit is contained in:
rakekniven 2020-04-04 23:00:43 +02:00 committed by GitHub
parent 4a292126e5
commit ee83fc0d2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>