mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
l10n: Changed spelling of WebAuthn
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
This commit is contained in:
parent
ee83fc0d2b
commit
e5b3ee615e
1 changed files with 1 additions and 1 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue