You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/utils/lang/locale/en.ts
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ const en: Lang = {
142
142
"automation-section-description": "This section contains the settings to automate certain tasks for an efficient workflow, so you can spend more time on your project than tasks management.",
143
143
"note": "Note",
144
144
"format-section-description": "This section contains the settings to adjust the formats you use for creating tasks.",
145
-
"none": "NONE",
145
+
"none": "none",
146
146
"highest": "Highest",
147
147
"high": "High",
148
148
"medium": "Medium",
@@ -310,8 +310,8 @@ const en: Lang = {
310
310
"delete-filter-configuration-question": "Are you sure you want to delete this filter configuration?",
0 commit comments