streams: Change stream-privacy-model save button text to Save changes.

This commit is contained in:
Shubham Padia
2018-05-31 01:21:55 +05:30
committed by Tim Abbott
parent bb8ad15fa9
commit 518764b843
2 changed files with 2 additions and 2 deletions

View File

@@ -1261,7 +1261,7 @@ run_test('handlebars_bug', () => {
var button = $(html).find("#change-stream-privacy-button");
assert(button.hasClass("btn-danger"));
assert.equal(button.text().trim(), "translated: Change privacy");
assert.equal(button.text().trim(), "translated: Save changes");
}());