Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/ui-message/client/message.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,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>
Expand Down
1 change: 1 addition & 0 deletions packages/rocketchat-i18n/i18n/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -3036,6 +3036,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)",
"Move_beginning_message": "`%s` - Move to the beginning of the message",
"Move_end_message": "`%s` - Move to the end of the message",
Expand Down