Added missing localization string

This commit is contained in:
Bernd Bestel 2022-02-08 21:21:19 +01:00
parent ce74062a9f
commit aaf248c1b3
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 4 additions and 1 deletions

View File

@ -2307,3 +2307,6 @@ msgstr ""
msgid "Start date"
msgstr ""
msgid "The start date cannot be changed when the chore was once tracked"
msgstr ""

View File

@ -185,7 +185,7 @@
'limitEndToNow' => false,
'limitStartToNow' => false,
'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)