mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
help_docs: Clarify relative link text for Subscribed streams tab.
This commit is contained in:
committed by
Tim Abbott
parent
1b55ff79c9
commit
cbfe2707f4
@@ -46,7 +46,7 @@ def gear_handle_match(key: str) -> str:
|
||||
|
||||
stream_info = {
|
||||
"all": ["All streams", "/#streams/all"],
|
||||
"subscribed": ["Subscribed", "/#streams/subscribed"],
|
||||
"subscribed": ["Subscribed streams", "/#streams/subscribed"],
|
||||
}
|
||||
|
||||
stream_instructions_no_link = """
|
||||
|
||||
@@ -304,7 +304,7 @@ class HelpTest(ZulipTestCase):
|
||||
|
||||
def test_help_relative_links_for_stream(self) -> None:
|
||||
result = self.client_get("/help/message-a-stream-by-email")
|
||||
self.assertIn('<a href="/#streams/subscribed">Subscribed</a>', str(result.content))
|
||||
self.assertIn('<a href="/#streams/subscribed">Subscribed streams</a>', str(result.content))
|
||||
self.assertEqual(result.status_code, 200)
|
||||
|
||||
with self.settings(ROOT_DOMAIN_LANDING_PAGE=True):
|
||||
|
||||
Reference in New Issue
Block a user