diff --git a/static/templates/settings/notification_settings.hbs b/static/templates/settings/notification_settings.hbs index 43f8506a79..72e4bd4624 100644 --- a/static/templates/settings/notification_settings.hbs +++ b/static/templates/settings/notification_settings.hbs @@ -137,7 +137,7 @@ {{#each notification_settings.other_email_settings}} {{> settings_checkbox setting_name=this - is_checked=(lookup ../user_settings this) + is_checked=(lookup ../settings_object this) label=(lookup ../settings_label this) prefix=../prefix}} {{/each}}