From 0e09c7c9c55820ec3d9b5ca45242d60a797e2e28 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 5 Nov 2020 22:56:03 +0000 Subject: [PATCH] Citations --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index 0876fddf9..f356b3d3e 100644 --- a/daemon.py +++ b/daemon.py @@ -10875,7 +10875,7 @@ class PubServer(BaseHTTPRequestHandler): citationsButtonPress = False if postType == 'newblog' and fields.get('submitCitations'): if fields['submitCitations'] == \ - self.server.translate['SubmitCitations']: + self.server.translate['Citations']: citationsButtonPress = True # process the received text fields from the POST