From e87e164a84e54a85394c1949f290568ade228412 Mon Sep 17 00:00:00 2001 From: Tim Down Date: Mon, 3 Oct 2022 16:22:47 +0100 Subject: [PATCH] Merge pull request #9829 from overleaf/ds-chat-placeholder-change Chat Pane-Change Placeholder for message input box GitOrigin-RevId: 254efa89b883734ad3b7bfeefe625db84d93d579 --- services/web/frontend/extracted-translations.json | 2 +- .../frontend/js/features/chat/components/message-input.js | 4 ++-- services/web/locales/en.json | 1 + .../frontend/features/chat/components/message-input.test.js | 6 ++++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index f3bc81de5f..b67e4bfc8f 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -697,7 +697,7 @@ "you_dont_have_any_repositories": "", "your_affiliation_is_confirmed": "", "your_browser_does_not_support_this_feature": "", - "your_message": "", + "your_message_to_collaborators": "", "your_projects": "", "zotero_groups_loading_error": "", "zotero_groups_relink": "", diff --git a/services/web/frontend/js/features/chat/components/message-input.js b/services/web/frontend/js/features/chat/components/message-input.js index 2826840bed..8104a2d448 100644 --- a/services/web/frontend/js/features/chat/components/message-input.js +++ b/services/web/frontend/js/features/chat/components/message-input.js @@ -21,11 +21,11 @@ function MessageInput({ resetUnreadMessages, sendMessage }) { return (