From 989866dffae21d710d8f4cb8e7fb720662fa8f75 Mon Sep 17 00:00:00 2001 From: HoonBaek Date: Wed, 27 Oct 2021 16:27:40 +0900 Subject: [PATCH] Add string set 'Reply to message' and show it when quote message is attached into message input component --- .../Conversation/components/MessageInputWrapper.tsx | 9 ++++----- src/ui/Label/stringSet.js | 1 + 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/smart-components/Conversation/components/MessageInputWrapper.tsx b/src/smart-components/Conversation/components/MessageInputWrapper.tsx index c414719f8..46d49bc54 100644 --- a/src/smart-components/Conversation/components/MessageInputWrapper.tsx +++ b/src/smart-components/Conversation/components/MessageInputWrapper.tsx @@ -66,11 +66,10 @@ const MessageInputWrapper = ({ )} { CHANNEL__MESSAGE_INPUT__PLACE_HOLDER: 'Enter message', CHANNEL__MESSAGE_INPUT__PLACE_HOLDER__DISABLED: 'Chat is unavailable in this channel', CHANNEL__MESSAGE_INPUT__PLACE_HOLDER__MUTED: 'Chat is unavailable because you are being muted', + CHANNEL__MESSAGE_INPUT__QUOTE_REPLY__PLACE_HOLDER: 'Reply to message', CHANNEL__MESSAGE_LIST__NOTIFICATION__NEW_MESSAGE: 'new message(s) since', CHANNEL__MESSAGE_LIST__NOTIFICATION__ON: 'on', CHANNEL_SETTING__HEADER__TITLE: 'Channel information',