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/messageThread.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template name="messageThread">
<q role="button" title="{{_ " Open_thread "}}" class="thread-quote js-open-thread">
<q role="button" title="{{_ "Open_thread"}}" class="thread-quote js-open-thread">
{{> icon icon="thread" block="thread-icons"}} <div class="thread-quote__message "><span class="message-body--unstyled">{{{parentMessage}}}</span></div>
{{# if following }}
<div role="button" class="js-unfollow-thread" title="{{_ "Following"}}">
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 @@ -2853,6 +2853,7 @@
"Open_Days": "Open days",
"Open_days_of_the_week": "Open Days of the Week",
"Open_Livechats": "Chats in Progress",
"Open_thread": "Open Thread",
"Open_your_authentication_app_and_enter_the_code": "Open your authentication app and enter the code. You can also use one of your backup codes.",
"Opened": "Opened",
"Opened_in_a_new_window": "Opened in a new window.",
Expand Down