Citations submit button value

merge-requests/8/head
Bob Mottram 2020-11-06 10:33:31 +00:00
parent a8e3bb1764
commit e97ea27fa3
1 changed files with 2 additions and 2 deletions

View File

@ -2998,8 +2998,8 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
# for a new blog if newswire items exist then add a citations button
if newswire and path.endswith('/newblog'):
newPostForm += \
' <input type="submit" name="submitCitations" value="' + \
translate['Citations'] + '">\n'
' <input type="submit" ' + \
'name="submitCitations" value="Submit">\n'
newPostForm += \
' <input type="submit" name="submitPost" value="Submit">\n'