cleanup duplicate translation ids (#3001)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
{% set tableName = 'user_admin' %}
|
||||
|
||||
{% block page_title %}{{ 'admin_user.title'|trans }}{% endblock %}
|
||||
{% block page_title %}{{ 'users'|trans }}{% endblock %}
|
||||
{% block page_search %}{{ search.searchModal(toolbarForm) }}{% endblock %}
|
||||
{% block page_actions %}{{ actions.users('index', query) }}{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user