UX: change the user merge button's label and icon.

This commit is contained in:
Vinoth Kannan
2020-05-04 18:44:30 +05:30
parent 5285cbee62
commit 0fe8ad13fa
2 changed files with 3 additions and 3 deletions
@@ -686,8 +686,8 @@
{{/if}}
{{#if model.can_be_merged}}
{{d-button label="admin.user.merge.transfer_and_delete"
icon="trash-alt"
{{d-button label="admin.user.merge.button"
icon="arrows-alt-h"
class="btn-danger"
action=(action "promptTargetUser")}}
{{/if}}