Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
[MM-51031] Fix header text (#12309)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantinos Pittas authored Mar 6, 2023
1 parent 230a0eb commit cb3facd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/post/post_component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const PostComponent = (props: Props): JSX.Element => {
name = (
<FormattedMessage
id='search_item.thread_direct'
defaultMessage='Thread in Direct Message with {username}'
defaultMessage='Thread in Direct Message (with {username})'
values={{
username: props.displayName,
}}
Expand Down
2 changes: 1 addition & 1 deletion i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4686,7 +4686,7 @@
"search_item.file_tag.group_message": "Group Message",
"search_item.jump": "Jump",
"search_item.thread": "Thread in {channel}",
"search_item.thread_direct": "Thread in Direct Message with {username}",
"search_item.thread_direct": "Thread in Direct Message (with {username})",
"search_list_option.after": "Messages after a date",
"search_list_option.before": "Messages before a date",
"search_list_option.exclude": "Exclude search terms",
Expand Down

0 comments on commit cb3facd

Please sign in to comment.