diff --git a/data/interfaces/default/notification_config.html b/data/interfaces/default/notification_config.html index 7d420259..9d8ab9a1 100644 --- a/data/interfaces/default/notification_config.html +++ b/data/interfaces/default/notification_config.html @@ -25,7 +25,7 @@ from plexpy import helpers % endif -
${item['description']}
+${item['description'] | n}
% elif item['input_type'] == 'button':${item['description']}
+${item['description'] | n}
% elif item['input_type'] == 'checkbox':${item['description']}
+${item['description'] | n}
${item['description']}
+${item['description'] | n}
% endif % endfor