mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08: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:
parent
681d2a08a1
commit
a220a7105e
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user