listByPerson: improve translations

This commit is contained in:
2019-01-25 10:31:44 +01:00
parent f8caaafa5a
commit 07b5f2f2ff
2 changed files with 7 additions and 4 deletions

View File

@@ -56,7 +56,7 @@
'event_id' : participation.event.id,
'return_path' : currentPath,
'return_label' : returnLabel
}) }}" class="sc-button bt-show"></a>
}) }}" class="sc-button bt-show" title="{{ 'See details of the event'|trans }}"></a>
<div class="bt-dropdown">
<a href="" class="sc-button bt-update"></a>
@@ -66,14 +66,14 @@
'event_id' : participation.event.id,
'return_path' : currentPath,
'return_label' : returnLabel
}) }}" class="sc-button bt-update">{{ 'Event edit'|trans }}
}) }}" class="sc-button bt-update">{{ 'Edit the event'|trans }}
</a>
<a href="{{ path('chill_event_participation_edit', {
'participation_id' : participation.id,
'return_path' : currentPath,
'return_label' : returnLabel
}) }}" class="sc-button bt-update">{{ 'Participation Edit'|trans }}
}) }}" class="sc-button bt-update">{{ 'Edit the participation'|trans }}
</a>
</div>