From ffc32ef795b4e840aa67d7d2d61144b4de4aa964 Mon Sep 17 00:00:00 2001 From: stableapple Date: Tue, 3 Mar 2020 18:41:13 +0530 Subject: [PATCH] home: Improve wording for "results from your personal history". Folks found the "personal" part confusing. Fixes #13851. --- templates/zerver/app/home.html | 2 +- templates/zerver/help/search-for-messages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/zerver/app/home.html b/templates/zerver/app/home.html index 6e6e0eca83..c5b9213d9f 100644 --- a/templates/zerver/app/home.html +++ b/templates/zerver/app/home.html @@ -24,7 +24,7 @@ {% trans %} End of results from your personal history. + target="_blank">history. Consider searching all public streams. {% endtrans %}

diff --git a/templates/zerver/help/search-for-messages.md b/templates/zerver/help/search-for-messages.md index 37f8bca2de..891152605d 100644 --- a/templates/zerver/help/search-for-messages.md +++ b/templates/zerver/help/search-for-messages.md @@ -54,7 +54,7 @@ shared history](/help/stream-permissions), including messages sent before you joined the stream (or organization) or those sent to public streams you are not subscribed to. -By default, Zulip searches messages in your personal history, i.e. the +By default, Zulip searches messages in your history, i.e. the messages you actually received. This avoids cluttering search results with irrelevant messages from public streams you're not interested in.