add translations

This commit is contained in:
nobohan
2018-04-25 17:59:04 +02:00
parent c99583b665
commit fa797e06cf
2 changed files with 44 additions and 1 deletions

View File

@@ -57,7 +57,7 @@
{% if not is_granted('CHILL_TASK_TASK_UPDATE', task) %}
<li>
<a class="sc-button bt-update" href="{{ path('chill_task_single_task_edit', { 'id': task.id }) }}">
{{ 'Edit the activity'|trans }}
{{ 'Edit the task'|trans }}
</a>
</li>
{% endif %}