Translations
This commit is contained in:
@@ -71,6 +71,7 @@ class TimesheetEditForm extends AbstractType
|
||||
},
|
||||
])
|
||||
->add('description', TextareaType::class, [
|
||||
'help' => 'timesheet.description.help',
|
||||
'label' => 'label.description',
|
||||
'required' => false,
|
||||
])
|
||||
|
||||
@@ -303,6 +303,10 @@
|
||||
<source>label.end</source>
|
||||
<target>Bis</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="timesheet.description.help">
|
||||
<source>timesheet.description.help</source>
|
||||
<target>Beschreibungstext</target>
|
||||
</trans-unit>
|
||||
|
||||
<!--
|
||||
User profile
|
||||
|
||||
@@ -311,6 +311,10 @@
|
||||
<source>label.end</source>
|
||||
<target>To</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="timesheet.description.help">
|
||||
<source>timesheet.description.help</source>
|
||||
<target>Description</target>
|
||||
</trans-unit>
|
||||
|
||||
<!--
|
||||
User profile
|
||||
|
||||
Reference in New Issue
Block a user