Skip to content

Commit 389091d

Browse files
committed
Fixed typos
1 parent 3bbfde7 commit 389091d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/views/settings/settings.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ class _SettingsPageState extends State<SettingsPage> {
379379
const Divider(),
380380
ListTile(
381381
title: Text(
382-
'Enable 24HR formte',
382+
'Enable 24HR format',
383383
style: GoogleFonts.poppins(
384384
fontWeight: FontWeight.bold,
385385
fontSize: TaskWarriorFonts.fontSizeMedium,
@@ -389,7 +389,7 @@ class _SettingsPageState extends State<SettingsPage> {
389389
),
390390
),
391391
subtitle: Text(
392-
'Switch to Right to convert in 24hr formate',
392+
'Switch to Right to convert in 24hr format',
393393
style: GoogleFonts.poppins(
394394
color: TaskWarriorColors.grey,
395395
fontSize: TaskWarriorFonts.fontSizeSmall,

0 commit comments

Comments
 (0)