mirror of
https://github.com/grocy/grocy.git
synced 2026-04-08 05:36:15 +02:00
Added missing localization string
This commit is contained in:
parent
ce74062a9f
commit
aaf248c1b3
|
|
@ -2307,3 +2307,6 @@ msgstr ""
|
||||||
|
|
||||||
msgid "Start date"
|
msgid "Start date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "The start date cannot be changed when the chore was once tracked"
|
||||||
|
msgstr ""
|
||||||
|
|
|
||||||
|
|
@ -185,7 +185,7 @@
|
||||||
'limitEndToNow' => false,
|
'limitEndToNow' => false,
|
||||||
'limitStartToNow' => false,
|
'limitStartToNow' => false,
|
||||||
'invalidFeedback' => $__t('A start date is required'),
|
'invalidFeedback' => $__t('A start date is required'),
|
||||||
'hint' => 'The start date cannot be changed when the chore was once tracked'
|
'hint' => $__t('The start date cannot be changed when the chore was once tracked')
|
||||||
))
|
))
|
||||||
|
|
||||||
@if(GROCY_FEATURE_FLAG_CHORES_ASSIGNMENTS)
|
@if(GROCY_FEATURE_FLAG_CHORES_ASSIGNMENTS)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user