We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bbfde7 + 389091d commit 0283cecCopy full SHA for 0283cec
lib/views/settings/settings.dart
@@ -379,7 +379,7 @@ class _SettingsPageState extends State<SettingsPage> {
379
const Divider(),
380
ListTile(
381
title: Text(
382
- 'Enable 24HR formte',
+ 'Enable 24HR format',
383
style: GoogleFonts.poppins(
384
fontWeight: FontWeight.bold,
385
fontSize: TaskWarriorFonts.fontSizeMedium,
@@ -389,7 +389,7 @@ class _SettingsPageState extends State<SettingsPage> {
389
),
390
391
subtitle: Text(
392
- 'Switch to Right to convert in 24hr formate',
+ 'Switch to Right to convert in 24hr format',
393
394
color: TaskWarriorColors.grey,
395
fontSize: TaskWarriorFonts.fontSizeSmall,
0 commit comments