mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-14 09:57:43 +00:00
Modify translations and if conditions in updateReference method
This commit is contained in:
@@ -48,8 +48,8 @@
|
||||
<li>
|
||||
<a href="{{ chill_path_add_return_path('chill_thirdparty_find_duplicate',
|
||||
{ 'thirdparty_id': entity.id }) }}"
|
||||
title="{{ 'thirdparty_duplicate.merge'|trans }}"
|
||||
class="btn btn-misc">{{ 'thirdparty_duplicate.merge'|trans }}</a>
|
||||
title="{{ 'Merge'|trans }}"
|
||||
class="btn btn-misc">{{ 'Merge'|trans }}</a>
|
||||
</li>
|
||||
{% endblock %}
|
||||
{% block content_view_actions_edit_link %}
|
||||
|
||||
Reference in New Issue
Block a user