Skip to content

Commit

Permalink
chore: Fix 'All Checklists' misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan committed Dec 2, 2024
1 parent a0d269b commit 6a2af17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support_sphere/lib/constants/string_catalog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class ChecklistStrings {
" It should be done again on $dateStr.";
static const String checkCompletedTab =
'Check the Completed tab to review your completed checklists.';
static const String allChecklist = 'All Checklist';
static const String allChecklist = 'All Checklists';
static String completeFrequency(String frequencyName) =>
'Complete $frequencyName';
static const String newChecklist = 'New Checklist';
Expand Down

0 comments on commit 6a2af17

Please sign in to comment.