fix: capitalize all priorities
This commit is contained in:
parent
cbbbdbc7de
commit
f2f5f90adc
1 changed files with 1 additions and 1 deletions
|
@ -734,7 +734,7 @@
|
||||||
"unset": "Unset",
|
"unset": "Unset",
|
||||||
"low": "Low",
|
"low": "Low",
|
||||||
"medium": "Medium",
|
"medium": "Medium",
|
||||||
"high": "high",
|
"high": "High",
|
||||||
"urgent": "Urgent",
|
"urgent": "Urgent",
|
||||||
"doNow": "DO NOW"
|
"doNow": "DO NOW"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue