]> source.dussan.org Git - nextcloud-server.git/commitdiff
l10n: Changed spelling of WebAuthn
authorrakekniven <mark.ziegler@rakekniven.de>
Sat, 4 Apr 2020 21:04:33 +0000 (23:04 +0200)
committerGitHub <noreply@github.com>
Sat, 4 Apr 2020 21:04:33 +0000 (23:04 +0200)
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
apps/settings/src/components/WebAuthn/AddDevice.vue

index 431ada09e365d021a340f1c56e01db75090b50a8..ad57b3b55bac86d956757a8ec023bf066cd12c51 100644 (file)
@@ -146,7 +146,7 @@ export default {
                                })
                                .catch(err => {
                                        console.error('Error getting webauthn registration data from server', err)
-                                       throw new Error(t('settings', 'Server error while trying to add webauthn device'))
+                                       throw new Error(t('settings', 'Server error while trying to add WebAuthn device'))
                                })
                },
 
@@ -188,7 +188,7 @@ export default {
                                this.$emit('added', device)
                        } catch (err) {
                                logger.error('Error persisting webauthn registration', { error: err })
-                               throw new Error(t('settings', 'Server error while trying to complete webauthn device registration'))
+                               throw new Error(t('settings', 'Server error while trying to complete WebAuthn device registration'))
                        }
                },