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");
}());

View File

@@ -8,7 +8,7 @@
<button class="btn btn-default close-privacy-modal">{{t "Cancel" }}</button>
<button class="btn btn-danger" id="change-stream-privacy-button"
tabindex="-1" data-stream-id="{{stream_id}}">
{{t "Change privacy"}}
{{t "Save changes"}}
</button>
</div>
</div>