Skip to content

Commit df24aa2

Browse files
royjor2016don-vip
authored andcommitted
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.
1 parent 1483b01 commit df24aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

video2commons/frontend/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ def logincallback():
228228
'autoconfirmed' in identify['rights']):
229229
return render_template(
230230
'error.min.html',
231-
message='Due to ongoing abuse, you must be autoconfirmed '
232-
'with at least 50 edits on Commons to use this tool.',
231+
message='You must be an autoconfirmed Commons user '
232+
'with at least 50 edits to use this tool.',
233233
loggedin=True
234234
)
235235

0 commit comments

Comments
 (0)