We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed4dc0 commit d1d6673Copy full SHA for d1d6673
lib/screens/settings/settings_screen.dart
@@ -576,9 +576,9 @@ class _SettingsScreenState extends State<SettingsScreen> {
576
if (widget.manager.getAlarmServerTokens().isEmpty)
577
PaddedCard(
578
child: Text(
579
- "You are not logged into an AlarmServer. Log in to one to schedule alarms on Web an Linux",
+ "You are not logged into an AlarmServer. Log in to one to schedule alarms on Web and Linux and when your phone is off.",
580
textAlign: TextAlign.center,
581
- style: t.textTheme.headlineSmall),
+ style: t.textTheme.bodyLarge),
582
),
583
],
584
0 commit comments