reactions_button: Remove title from reaction button in controls.

Since the button already has a tooltip, we can remove the title.
This commit is contained in:
Vaibhav 2019-07-26 04:18:17 +05:30 committed by Tim Abbott
parent a32663dc85
commit 2fd0753d22
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{{#unless msg/sent_by_me}}
<div class="reaction_button">
<i class="fa fa-smile-o" title="{{#tr this}}Add emoji reaction{{/tr}} (:)" aria-label="{{#tr this}}Add emoji reaction{{/tr}} (:)" role="button" aria-haspopup="true" tabindex="0"></i>
<i class="fa fa-smile-o" aria-label="{{#tr this}}Add emoji reaction{{/tr}} (:)" role="button" aria-haspopup="true" tabindex="0"></i>
</div>
{{/unless}}