mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 09:32:41 +00:00
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:
committed by
Rainer Killinger
parent
3e99d7fa8f
commit
22e70ae92b
@@ -153,7 +153,8 @@
|
||||
"ALL": "Alle Termine",
|
||||
"AT": "um",
|
||||
"UNTIL": "bis",
|
||||
"SINGLE": "Einzel"
|
||||
"SINGLE": "Einzel",
|
||||
"DATA_ERROR": "Fehlerhafte Daten"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -153,7 +153,8 @@
|
||||
"ALL": "All Events",
|
||||
"AT": "at",
|
||||
"UNTIL": "until",
|
||||
"SINGLE": "single"
|
||||
"SINGLE": "single",
|
||||
"DATA_ERROR": "Invalid data"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user