Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Fix EZP-26755: Content type edit title is not displayed #793

Merged
merged 1 commit into from
Feb 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Resources/translations/ezrepoforms_content_type.en.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</header>
<body>
<trans-unit id="38a48d5b27331f27a6a51e3bb9be3e6340fc1ccb" resname="content_type.edit_title">
<source>__content_type.edit_title</source>
<target>__content_type.edit_title</target>
<source>Edit &lt;%contentTypeName%&gt;</source>
<target>Edit &lt;%contentTypeName%&gt;</target>
<note>key: content_type.edit_title</note>
<jms:reference-file line="6">/../../../../.././Resources/views/ContentType/update_content_type.html.twig</jms:reference-file>
</trans-unit>
Expand Down
7 changes: 6 additions & 1 deletion Resources/translations/ezrepoforms_content_type.fr_FR.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
<note>The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.</note>
</header>
<body>

<trans-unit id="38a48d5b27331f27a6a51e3bb9be3e6340fc1ccb" resname="content_type.edit_title">
<source>Edit &lt;%contentTypeName%&gt;</source>
<target>Éditer &lt;%contentTypeName%&gt;</target>
<note>key: content_type.edit_title</note>
<jms:reference-file line="6">/../../../../.././Resources/views/ContentType/update_content_type.html.twig</jms:reference-file>
</trans-unit>
</body>
</file>
</xliff>