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 '