mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
streams: Update translated errors for stream to channel rename.
Updates translated JsonableError strings that relate to streams to use channel instead of stream. Separated from other error string updates as this is a dense area of changes for this rename. Part of stream to channel rename project.
This commit is contained in:
committed by
Tim Abbott
parent
c1f1dc4b25
commit
91ffb548cc
@@ -306,7 +306,7 @@ class TestGetChartData(ZulipTestCase):
|
||||
},
|
||||
subdomain="zephyr",
|
||||
)
|
||||
self.assert_json_error(result, "Invalid stream ID")
|
||||
self.assert_json_error(result, "Invalid channel ID")
|
||||
|
||||
def test_include_empty_subgroups(self) -> None:
|
||||
FillState.objects.create(
|
||||
|
Reference in New Issue
Block a user