Skip to content

Commit d1d6673

Browse files
committed
fix spelling in settings
1 parent bed4dc0 commit d1d6673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/screens/settings/settings_screen.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,9 +576,9 @@ class _SettingsScreenState extends State<SettingsScreen> {
576576
if (widget.manager.getAlarmServerTokens().isEmpty)
577577
PaddedCard(
578578
child: Text(
579-
"You are not logged into an AlarmServer. Log in to one to schedule alarms on Web an Linux",
579+
"You are not logged into an AlarmServer. Log in to one to schedule alarms on Web and Linux and when your phone is off.",
580580
textAlign: TextAlign.center,
581-
style: t.textTheme.headlineSmall),
581+
style: t.textTheme.bodyLarge),
582582
),
583583
],
584584
),

0 commit comments

Comments
 (0)