mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
translations: Improve some poorly-worded strings.
This commit is contained in:
committed by
Tim Abbott
parent
36d54cf5ff
commit
7fe090f902
@@ -51,7 +51,7 @@ class UserPresenceTests(ZulipTestCase):
|
||||
email = "hamlet@zulip.com"
|
||||
self.login(email)
|
||||
result = self.client_post("/json/users/me/presence", {'status': 'foo'})
|
||||
self.assert_json_error(result, 'Invalid presence status: foo')
|
||||
self.assert_json_error(result, 'Invalid status: foo')
|
||||
|
||||
def test_set_idle(self):
|
||||
# type: () -> None
|
||||
|
||||
Reference in New Issue
Block a user