From be22fd8cd35b4086b80758df132036f2d5957382 Mon Sep 17 00:00:00 2001 From: Kajetan Kazimierczak Date: Thu, 14 Apr 2022 00:41:37 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20R=C3=A4tt=20text=20f?= =?UTF-8?q?=C3=B6r=20r=C3=A4tt=20inloggning=20i=20modal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/skolplattformen-app/components/login.component.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/skolplattformen-app/components/login.component.tsx b/apps/skolplattformen-app/components/login.component.tsx index 025afdbbc..ee26fcbe8 100644 --- a/apps/skolplattformen-app/components/login.component.tsx +++ b/apps/skolplattformen-app/components/login.component.tsx @@ -321,7 +321,11 @@ export const Login = () => { backdropStyle={styles.backdrop} > - {t('auth.bankid.Waiting')} + + {loginMethodId === 'freja' + ? t('auth.freja.Waiting') + : t('auth.bankid.Waiting')} +