From 387daaf7b8c9a28e2b929fc91f6eed703880703e Mon Sep 17 00:00:00 2001 From: Rishabh Date: Fri, 13 Dec 2019 14:13:13 +0530 Subject: [PATCH] UX: Improve copy on Move to Topic and Move to Message modals Also clarify that messages can be searched for by url, id and not just title. --- config/locales/client.en.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index dbbdc95de54..26fa8ebd851 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -379,14 +379,14 @@ en: choose_topic: none_found: "No topics found." title: - search: "Search for a Topic by title, url or id:" - placeholder: "type the topic title here" + search: "Search for a Topic" + placeholder: "type the topic title, url or id here" choose_message: none_found: "No messages found." title: - search: "Search for a Message by title:" - placeholder: "type the message title here" + search: "Search for a Message" + placeholder: "type the message title, url or id here" review: order_by: "Order by"