Skip to content
Snippets Groups Projects
Unverified Commit df254a89 authored by Himanshu Malviya's avatar Himanshu Malviya Committed by GitHub
Browse files

[IMPROVE] Added tooltip options for message menu (#24431)

* Added toolTip Options for Message Menu

* Added more options tool tip for menu
parent 98784596
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@
</button>
{{/each}}
</div>
<div class="message-actions__menu" aria-haspopup="true">
<div class="message-actions__menu" aria-haspopup="true" title="{{_ "More_options"}}">
{{> icon block="message-actions__menu-icon" icon="menu"}}
</div>
</div>
......
......@@ -3079,6 +3079,7 @@
"More_direct_messages": "More direct messages",
"More_groups": "More private groups",
"More_unreads": "More unreads",
"More_options": "More options",
"Most_popular_channels_top_5": "Most popular channels (Top 5)",
"Most_recent_updated": "Most recent updated",
"Move_beginning_message": "`%s` - Move to the beginning of the message",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment