l10n: Changed spelling of WebAuthn

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
pull/20308/head
rakekniven 6 years ago committed by GitHub
parent 4a292126e5
commit ee83fc0d2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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>

Loading…
Cancel
Save