diff --git a/frontend_tests/node_tests/templates.js b/frontend_tests/node_tests/templates.js index 1494539d36..67837b0681 100644 --- a/frontend_tests/node_tests/templates.js +++ b/frontend_tests/node_tests/templates.js @@ -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"); }()); diff --git a/static/templates/subscription_stream_privacy_modal.handlebars b/static/templates/subscription_stream_privacy_modal.handlebars index af61db2570..65492c0612 100644 --- a/static/templates/subscription_stream_privacy_modal.handlebars +++ b/static/templates/subscription_stream_privacy_modal.handlebars @@ -8,7 +8,7 @@