feat: show in-place in date series modal, resolves #385

feat: show start date for date series modal ranges, resolves #386
refactor: reformat date series modal to be more readable
fix: add message for malformed date series, resolves #388
This commit is contained in:
Thea Schöbl
2023-04-06 08:46:01 +00:00
committed by Rainer Killinger
parent 3e99d7fa8f
commit 22e70ae92b
5 changed files with 45 additions and 19 deletions

View File

@@ -153,7 +153,8 @@
"ALL": "Alle Termine",
"AT": "um",
"UNTIL": "bis",
"SINGLE": "Einzel"
"SINGLE": "Einzel",
"DATA_ERROR": "Fehlerhafte Daten"
}
}
},

View File

@@ -153,7 +153,8 @@
"ALL": "All Events",
"AT": "at",
"UNTIL": "until",
"SINGLE": "single"
"SINGLE": "single",
"DATA_ERROR": "Invalid data"
}
}
},