mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
subscriptions: Edit copy for the new stream creation confirmation flow.
The new text is a bit simpler and clearer. We also decrease the threshhold for this page to 50 subscribers.
This commit is contained in:
@@ -939,7 +939,7 @@ function render(template_name, args) {
|
||||
global.write_handlebars_output("subscription_invites_warning_modal", html);
|
||||
|
||||
var button = $(html).find(".close-invites-warning-modal").last();
|
||||
assert.equal(button.text(), 'Oops! Let me change it');
|
||||
assert.equal(button.text(), 'Go back');
|
||||
}());
|
||||
|
||||
(function subscription_settings() {
|
||||
|
||||
Reference in New Issue
Block a user