mirror of https://github.com/zulip/zulip.git
home: Improve wording for "results from your personal history".
Folks found the "personal" part confusing. Fixes #13851.
This commit is contained in:
parent
6f2d0c0288
commit
ffc32ef795
|
@ -24,7 +24,7 @@
|
||||||
{% trans %}
|
{% trans %}
|
||||||
End of results from your
|
End of results from your
|
||||||
<a href="/help/search-for-messages#searching-shared-history"
|
<a href="/help/search-for-messages#searching-shared-history"
|
||||||
target="_blank">personal history</a>.
|
target="_blank">history</a>.
|
||||||
Consider <a class="search-shared-history" href="">searching all public streams</a>.
|
Consider <a class="search-shared-history" href="">searching all public streams</a>.
|
||||||
{% endtrans %}
|
{% endtrans %}
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -54,7 +54,7 @@ shared history](/help/stream-permissions), including messages sent
|
||||||
before you joined the stream (or organization) or those sent to public
|
before you joined the stream (or organization) or those sent to public
|
||||||
streams you are not subscribed to.
|
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
|
messages you actually received. This avoids cluttering search results
|
||||||
with irrelevant messages from public streams you're not interested in.
|
with irrelevant messages from public streams you're not interested in.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue