diff --git a/trac/notification/templates/prefs_notification.html b/trac/notification/templates/prefs_notification.html index 05d15a81f4..fc93a07073 100644 --- a/trac/notification/templates/prefs_notification.html +++ b/trac/notification/templates/prefs_notification.html @@ -24,7 +24,7 @@ var label; $.each(options, function(idx, option) { if (option.value === value) { - label = option.label; + label = option.text; return false; } }); @@ -127,7 +127,7 @@

${distributor}

- +