Consistent back button position and terminology

main
Bob Mottram 2020-08-12 09:41:43 +00:00
parent 5d0d8b1ddc
commit a00b8db136
1 changed files with 1 additions and 1 deletions

View File

@ -2208,7 +2208,7 @@ def htmlNewPost(mediaInstance: bool, translate: {},
newPostForm += \
' <a href="' + pathBase + \
'/inbox"><button class="cancelbtn">' + \
translate['Cancel'] + '</button></a>\n'
translate['Go Back'] + '</button></a>\n'
newPostForm += \
' <input type="submit" name="submitPost" value="' + \
translate['Submit'] + '">\n'