Lower case

main
Bob Mottram 2022-08-19 11:25:29 +01:00
parent 4fe2a120b7
commit 04e64c7ef7
1 changed files with 1 additions and 1 deletions

View File

@ -2027,7 +2027,7 @@ def _html_edit_notifications(base_dir: str, nickname: str, domain: str,
edit_profile_form = begin_edit_section(translate['Notifications'])
edit_profile_form += edit_text_field(translate['ntfy URL'],
'ntfyURL', ntfy_url)
'ntfyUrl', ntfy_url)
edit_profile_form += edit_text_field(translate['ntfy topic'],
'ntfyTopic', ntfy_topic)
edit_profile_form += end_edit_section()