diff --git a/webapp_create_post.py b/webapp_create_post.py index b8461cc35..c764f442b 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -880,7 +880,8 @@ def html_new_post(media_instance: bool, translate: {}, ' \n' - if not path.endswith('/newdm'): + if not path.endswith('/newdm') and \ + not path.endswith('/newreport'): submit_text = translate['Publish'] else: submit_text = translate['Send']