From df24aa2c163320e1db386813c915b3f42e6250ee Mon Sep 17 00:00:00 2001 From: Roy Zuo <26777013+royjor2016@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:52:15 +0200 Subject: [PATCH] Update app.py no need to explain edit count requirement, so as to avoid misunderstanding like https://commons.wikimedia.org/wiki/Commons_talk:Video2commons#c-Susbush-20240925123600-RZuo-20240925113700 would be better if the message includes a link to https://commons.wikimedia.org/wiki/Commons:Autoconfirmed_users but i dont know how. --- video2commons/frontend/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/video2commons/frontend/app.py b/video2commons/frontend/app.py index 325e6ab..2e193ae 100644 --- a/video2commons/frontend/app.py +++ b/video2commons/frontend/app.py @@ -228,8 +228,8 @@ def logincallback(): 'autoconfirmed' in identify['rights']): return render_template( 'error.min.html', - message='Due to ongoing abuse, you must be autoconfirmed ' - 'with at least 50 edits on Commons to use this tool.', + message='You must be an autoconfirmed Commons user ' + 'with at least 50 edits to use this tool.', loggedin=True )