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:
Tim Abbott
2017-07-07 19:21:19 -07:00
parent 60e5071843
commit cbdffeda82
3 changed files with 10 additions and 14 deletions

View File

@@ -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() {