dm condition

main
Bob Mottram 2022-11-08 19:53:26 +00:00
parent de313157e9
commit fb1f08bce7
1 changed files with 1 additions and 1 deletions

View File

@ -880,7 +880,7 @@ def html_new_post(media_instance: bool, translate: {},
' <td><input type="submit" name="submitCitations" value="' + \
translate['Citations'] + '"></td>\n'
if box_name != 'dm':
if not path.endswith('/newdm'):
submit_text = translate['Publish']
else:
submit_text = translate['Send']