note that shift length is in minutes
This commit is contained in:
parent
cf570502f4
commit
5e505cb8d2
|
@ -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',
|
||||
|
|
|
@ -533,6 +533,9 @@ msgstr "Schichten"
|
|||
msgid "Length"
|
||||
msgstr "Länge"
|
||||
|
||||
msgid "Length (in minutes)"
|
||||
msgstr "Länge (in Minuten)"
|
||||
|
||||
msgid "Active?"
|
||||
msgstr "Aktiv?"
|
||||
|
||||
|
|
Loading…
Reference in New Issue