mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
stream_create: Fix use of "realm" in an error string.
This commit is contained in:
@@ -25,7 +25,7 @@ var stream_subscription_error = (function () {
|
|||||||
};
|
};
|
||||||
|
|
||||||
self.cant_create_stream_without_susbscribing = function () {
|
self.cant_create_stream_without_susbscribing = function () {
|
||||||
$("#stream_subscription_error").text(i18n.t("You must be a realm administrator to create a stream without subscribing."));
|
$("#stream_subscription_error").text(i18n.t("You must be an organization administrator to create a stream without subscribing."));
|
||||||
$("#stream_subscription_error").show();
|
$("#stream_subscription_error").show();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user