diff --git a/static/js/settings_config.ts b/static/js/settings_config.ts index 32e819d1d0..1526c44ef2 100644 --- a/static/js/settings_config.ts +++ b/static/js/settings_config.ts @@ -345,7 +345,7 @@ const time_limit_dropdown_values = new Map([ [ "custom_limit", { - text: $t({defaultMessage: "Up to N minutes after posting"}), + text: $t({defaultMessage: "Custom"}), }, ], ]); @@ -411,7 +411,7 @@ export const msg_delete_limit_dropdown_values = new Map([ [ "custom_limit", { - text: $t({defaultMessage: "Up to N minutes after posting"}), + text: $t({defaultMessage: "Custom"}), }, ], ]); @@ -623,7 +623,7 @@ export const email_notifications_batching_period_values = [ }, { value: "custom_period", - description: $t({defaultMessage: "N minutes"}), + description: $t({defaultMessage: "Custom"}), }, ]; diff --git a/static/templates/settings/notification_settings.hbs b/static/templates/settings/notification_settings.hbs index fa1a030749..87653e69fe 100644 --- a/static/templates/settings/notification_settings.hbs +++ b/static/templates/settings/notification_settings.hbs @@ -129,17 +129,17 @@ {{/each}} -