Skip to content

Commit

Permalink
[web] Fix message search copy
Browse files Browse the repository at this point in the history
Summary: Fix message search copy, as requested in https://linear.app/comm/issue/ENG-4398/fix-copy-for-web-message-search

Test Plan: Checked that the header of the message search modal now says "Search messages"

Reviewers: ashoat, michal

Reviewed By: michal

Subscribers: tomek

Differential Revision: https://phab.comm.dev/D8516
  • Loading branch information
InkaAlicja committed Jul 17, 2023
1 parent 8ba42dc commit 5784e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/modals/search/message-search-modal.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function MessageSearchModal(props: ContentProps): React.Node {
);

return (
<Modal name="Search Message" onClose={popModal} size="large">
<Modal name="Search messages" onClose={popModal} size="large">
<div className={css.container}>
<div className={css.header}>
<Search
Expand Down

0 comments on commit 5784e0b

Please sign in to comment.