From f343266cd61cbfb5d0e787ecafc0747ec4f42ff1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 25 Aug 2019 14:39:57 +0100 Subject: [PATCH] Shorter strings --- webinterface.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webinterface.py b/webinterface.py index 882f9395c..9334a4daf 100644 --- a/webinterface.py +++ b/webinterface.py @@ -592,11 +592,11 @@ def htmlNewPost(baseDir: str,path: str,inReplyTo: str,mentions: [],reportUrl: st endpoint='newunlisted' if path.endswith('/newfollowers'): scopeIcon='scope_followers.png' - scopeDescription='Followers Only' + scopeDescription='Followers' endpoint='newfollowers' if path.endswith('/newdm'): scopeIcon='scope_dm.png' - scopeDescription='Direct Message' + scopeDescription='DM' endpoint='newdm' if path.endswith('/newreport'): scopeIcon='scope_report.png' @@ -642,8 +642,8 @@ def htmlNewPost(baseDir: str,path: str,inReplyTo: str,mentions: [],reportUrl: st ' '