mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
left sidebar: Change label for exiting topic zoom to Back to Streams.
All streams in left-side bar cause discrepancy as it is unable to express if it is heading for the current column as "Streams" is in previous column or is it text description for the back icon. Renaming "All streams" to "Back to streams" removes discrepancy.
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="topics_header">
|
||||
<a href="" class="show-all-streams"> <i class="fa fa-chevron-left" aria-hidden="true"></i>{{ _('All streams') }}</a>
|
||||
<a href="" class="show-all-streams"> <i class="fa fa-chevron-left" aria-hidden="true"></i>{{ _('Back to streams') }}</a>
|
||||
</div>
|
||||
<div id="stream-filters-container" class="scrolling_list" data-simplebar>
|
||||
<ul id="stream_filters" class="filters"></ul>
|
||||
|
Reference in New Issue
Block a user