fix: use correct dash for english translation (#902)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/902 Co-authored-by: dpschen <dpschen@noreply.kolaente.de> Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
d4fe3781f7
commit
77fc5c0c6f
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@
|
||||||
"today": "Today",
|
"today": "Today",
|
||||||
"nextWeek": "Next Week",
|
"nextWeek": "Next Week",
|
||||||
"nextMonth": "Next Month",
|
"nextMonth": "Next Month",
|
||||||
"noTasks": "Nothing to do - Have a nice day!"
|
"noTasks": "Nothing to do — Have a nice day!"
|
||||||
},
|
},
|
||||||
"detail": {
|
"detail": {
|
||||||
"chooseDueDate": "Click here to set a due date",
|
"chooseDueDate": "Click here to set a due date",
|
||||||
|
|
Loading…
Reference in a new issue