Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
royjor2016 authored and don-vip committed Sep 25, 2024
1 parent 1483b01 commit df24aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions video2commons/frontend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit df24aa2

Please sign in to comment.