mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 22:04:59 +00:00
listByPerson: improve translations
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user