Warning symbol

main
Bob Mottram 2022-04-29 22:25:14 +01:00
parent 50d26c83b9
commit 6fc6fb921b
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ def html_new_post(css_cache: {}, media_instance: bool, translate: {},
scope_icon = 'scope_dm.png'
scope_description = translate['DM']
endpoint = 'newdm'
placeholder_message = ' ' + translate['DM warning']
placeholder_message = ' ' + translate['DM warning']
elif is_new_reminder:
scope_icon = 'scope_reminder.png'
scope_description = translate['Reminder']