From 1f4bf6598d48c76d5b1fa00e02bcf49bc83b9555 Mon Sep 17 00:00:00 2001 From: tamslo Date: Mon, 18 Nov 2024 13:07:26 +0100 Subject: [PATCH] fix(#661): add space --- app/lib/login/pages/login.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/login/pages/login.dart b/app/lib/login/pages/login.dart index 20eb63a2..2eb1b8a3 100644 --- a/app/lib/login/pages/login.dart +++ b/app/lib/login/pages/login.dart @@ -150,7 +150,7 @@ class LoginPage extends HookWidget { if (!loadingPossible) ...[ SizedBox(height: PharMeTheme.smallSpace), Text( - 'Share your data with PharMe using the${healthXLab.shareAppName}, ' + 'Share your data with PharMe using the ${healthXLab.shareAppName}, ' 'and return to PharMe to import them.', style: PharMeTheme.textTheme.labelMedium, textAlign: TextAlign.center,