From bb0929a00a079770d92d7e64533d143bffd2353b Mon Sep 17 00:00:00 2001 From: Bertrand Dunogier Date: Thu, 2 Feb 2017 09:56:27 +0100 Subject: [PATCH] Fix EZP-26755: Content type edit title is not displayed --- Resources/translations/ezrepoforms_content_type.en.xlf | 4 ++-- Resources/translations/ezrepoforms_content_type.fr_FR.xlf | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Resources/translations/ezrepoforms_content_type.en.xlf b/Resources/translations/ezrepoforms_content_type.en.xlf index e2ae7bb8f..672dad374 100644 --- a/Resources/translations/ezrepoforms_content_type.en.xlf +++ b/Resources/translations/ezrepoforms_content_type.en.xlf @@ -7,8 +7,8 @@ - __content_type.edit_title - __content_type.edit_title + Edit <%contentTypeName%> + Edit <%contentTypeName%> key: content_type.edit_title /../../../../.././Resources/views/ContentType/update_content_type.html.twig diff --git a/Resources/translations/ezrepoforms_content_type.fr_FR.xlf b/Resources/translations/ezrepoforms_content_type.fr_FR.xlf index 5140ed3d5..5a29969a2 100644 --- a/Resources/translations/ezrepoforms_content_type.fr_FR.xlf +++ b/Resources/translations/ezrepoforms_content_type.fr_FR.xlf @@ -6,7 +6,12 @@ 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. - + + Edit <%contentTypeName%> + Éditer <%contentTypeName%> + key: content_type.edit_title + /../../../../.././Resources/views/ContentType/update_content_type.html.twig + \ No newline at end of file