Translation cleanup (#5370)

* use correct translation key
* de-duplicate translation
This commit is contained in:
Kevin Papst
2025-02-21 20:50:49 +01:00
committed by GitHub
parent 04cb403ea9
commit cce49cc409
52 changed files with 31 additions and 169 deletions

View File

@@ -12,7 +12,7 @@
{% set warningMsg %}
{{ 'work_times_should.none_configured'|trans }}
{% if is_granted('contract', user) %}
<a href="{{ path('user_profile_contract', {'username': user.getUserIdentifier()}) }}" class="alert-link">{{ 'action.edit'|trans }}</a>
<a href="{{ path('user_profile_contract', {'username': user.getUserIdentifier()}) }}" class="alert-link">{{ 'edit'|trans }}</a>
{% endif %}
{% endset %}
{% from '@theme/components/alert.html.twig' import alert %}