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_radio('mode', __('Create multiple shifts'), $mode == 'multi', 'multi'),
|
||||||
form_text(
|
form_text(
|
||||||
'length',
|
'length',
|
||||||
__('Length'),
|
__('Length (in minutes)'),
|
||||||
$request->has('length')
|
$request->has('length')
|
||||||
? $request->input('length')
|
? $request->input('length')
|
||||||
: '120',
|
: '120',
|
||||||
|
|
|
@ -533,6 +533,9 @@ msgstr "Schichten"
|
||||||
msgid "Length"
|
msgid "Length"
|
||||||
msgstr "Länge"
|
msgstr "Länge"
|
||||||
|
|
||||||
|
msgid "Length (in minutes)"
|
||||||
|
msgstr "Länge (in Minuten)"
|
||||||
|
|
||||||
msgid "Active?"
|
msgid "Active?"
|
||||||
msgstr "Aktiv?"
|
msgstr "Aktiv?"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue