cancel -> times

This commit is contained in:
Henry Jameson 2020-10-20 21:18:23 +03:00
parent e8650d3409
commit 046c60cb61
25 changed files with 127 additions and 28 deletions

View file

@ -56,7 +56,7 @@
class="dropdown-item dropdown-item-icon"
@click="deleteMessage"
>
<i class="icon-cancel" /> {{ $t("chats.delete") }}
<FAIcon icon="times" /> {{ $t("chats.delete") }}
</button>
</div>
</div>