1
0

fix: don't allow negative repeat amounts

Partial fix for https://kolaente.dev/vikunja/frontend/issues/2179
This commit is contained in:
kolaente
2022-07-21 15:06:17 +02:00
parent 8183fce829
commit 71c8540c74
2 changed files with 28 additions and 8 deletions

View File

@ -783,7 +783,8 @@
"days": "Days",
"weeks": "Weeks",
"months": "Months",
"years": "Years"
"years": "Years",
"invalidAmount": "Please enter more than 0."
},
"quickAddMagic": {
"hint": "You can use Quick Add Magic",