improve message translation

This commit is contained in:
2019-01-25 19:04:20 +01:00
parent e2be8f119d
commit 6d2ea8caab
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@
<a href="{{ path('chill_event__event_edit', {
'event_id': event.id,
'return_path': app.request.getRequestUri,
'return_label': 'Back to details of an event'|trans
'return_label': 'Back to details of the event'|trans
}) }}" class="sc-button bt-edit">{{ 'Edit'|trans }}
</a>
</li>