Skip to content

Commit

Permalink
fix(#661): add space
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Nov 18, 2024
1 parent c6ff19e commit 1f4bf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/login/pages/login.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1f4bf65

Please sign in to comment.