From 5951c1d1fe11a3687946543b3b43e85f604af032 Mon Sep 17 00:00:00 2001
From: Michiel Janssens <michiel@nexigon.net>
Date: Thu, 20 Aug 2020 21:45:42 +0200
Subject: [PATCH] l10n:Correct appid for WebAuthn

Signed-off-by: Michiel Janssens <michiel@nexigon.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
---
 .../js/vue-settings-personal-webauthn.js      | Bin 465964 -> 465954 bytes
 .../js/vue-settings-personal-webauthn.js.map  | Bin 1803086 -> 1803062 bytes
 .../src/components/WebAuthn/Section.vue       |   4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/settings/js/vue-settings-personal-webauthn.js b/apps/settings/js/vue-settings-personal-webauthn.js
index 4b6442f2e7a9086c7516e2ca23533d95027ac6ef..1894548436728445b78c984ab5dfd231f1ed4771 100644
GIT binary patch
delta 80
zcmZ3pLuSzqnT8g|7N!>F7M2#)7Pc+y<`UEU#o4*1yGyV;gIU{WNwBjpaim(98zxz#
hrfy#*#a_fHVqj#NXp(G_nqp#UWSWv>k!+r73IN=`7YYCX

delta 98
zcmZ3qLuSnmnT8g|7N!>F7M2#)7Pc+y<`TRm<@sre$tC$k@ufy-)9oeL-B5+L_e!v{
qGjW(DnHXCpo26`@BgJ0CC}NRhU~Xn&Vvu5CWN2cRVs36|kPHA#cOCx#

diff --git a/apps/settings/js/vue-settings-personal-webauthn.js.map b/apps/settings/js/vue-settings-personal-webauthn.js.map
index 6328c7a306205af1d19c6f3a20a98d70e04dbf27..877fde1779e793a1a46012ae746e2fb33aba21ae 100644
GIT binary patch
delta 270
zcmX@tmba}fZ-aaSvvI27<cV=g%`OS;E(wf4%ml>DK+FQftU$~L#O&K$5;(NwS;8G1
zBd3?vbA*6d+t1f?a4|7e<Zr*-$f3<BVqj#NXp(G_nqp#UWSWv>k!+r7+Ah`10mPg@
z%mu{UK+FTgyg<wc#QZ=k0K|eoECj^DKr8~pqChML#Nt3K0mPEqrJAJzUQNGXEzL81
zN|m(4^vSu>+F<VX^SRQuI5<)*%ng$)Qd75YER)V-gmb5JrAcqxexpKqHRJSzD2V1@
P2n(psV!J`Lv>XQjO^#Ty

delta 320
zcmdnimUpf#Z-aaSv!Q9q<cV=g%`OS;E(wf4%ml>DK+FQftU$~L#O&K$5;(Nw+0vaH
z9W$M#7uR!yK-t?**K=?&G369&zuw59%_w4#WMFP)Vq%bDVPt4xmSS#hXpr14*31FK
zoIuP4#N0s41H`;Q%m>8$Kr8^nf<P<;#KJ%<0>q*~EC$5lKr8{olH0|ar2<~@mXznG
zB_@~T7sZzvrA^Pvm3BuJ+P*he`W^>|S(1sdWwKey^kae28rx5oNxLy3#1;li&zwF#
jO<H36sS4@UjHm{H%#@ivvr5_;O&n;j&31`uX*mu6&+%%>

diff --git a/apps/settings/src/components/WebAuthn/Section.vue b/apps/settings/src/components/WebAuthn/Section.vue
index 672ff3b44cb..e830b4fc743 100644
--- a/apps/settings/src/components/WebAuthn/Section.vue
+++ b/apps/settings/src/components/WebAuthn/Section.vue
@@ -26,10 +26,10 @@
 			{{ t('settings', 'Set up your account for passwordless authentication following the FIDO2 standard.') }}
 		</p>
 		<p v-if="devices.length === 0">
-			{{ t('twofactor_u2f', 'No devices configured.') }}
+			{{ t('settings', 'No devices configured.') }}
 		</p>
 		<p v-else>
-			{{ t('twofactor_u2f', 'The following devices are configured for your account:') }}
+			{{ t('settings', 'The following devices are configured for your account:') }}
 		</p>
 		<Device v-for="device in sortedDevices"
 			:key="device.id"
-- 
GitLab