note that shift length is in minutes

This commit is contained in:
Lotte Steenbrink 2024-02-17 16:32:18 +01:00 committed by GitHub
parent cf570502f4
commit 5e505cb8d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -547,7 +547,7 @@ function admin_shifts()
form_radio('mode', __('Create multiple shifts'), $mode == 'multi', 'multi'),
form_text(
'length',
__('Length'),
__('Length (in minutes)'),
$request->has('length')
? $request->input('length')
: '120',

View File

@ -533,6 +533,9 @@ msgstr "Schichten"
msgid "Length"
msgstr "Länge"
msgid "Length (in minutes)"
msgstr "Länge (in Minuten)"
msgid "Active?"
msgstr "Aktiv?"