mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 17:49:16 +02:00
Reviewed comments on source strings on Weblate and modified source strings accordingly if needed
Replaced "email" with "e-mail address" when needed
This commit is contained in:
parent
6a20f48ad7
commit
f661e3a078
51 changed files with 158 additions and 149 deletions
|
@ -28,7 +28,7 @@ def authenticate(username, password):
|
|||
raise exceptions.AuthenticationFailed("Wrong username or password.")
|
||||
|
||||
if common_authentication.should_verify_email(user):
|
||||
raise exceptions.AuthenticationFailed("You need to verify your email.")
|
||||
raise exceptions.AuthenticationFailed("You need to verify your e-mail address.")
|
||||
|
||||
return (user, None)
|
||||
|
||||
|
@ -47,7 +47,7 @@ def authenticate_salt(username, salt, token):
|
|||
raise exceptions.AuthenticationFailed("Wrong username or password.")
|
||||
|
||||
if common_authentication.should_verify_email(user):
|
||||
raise exceptions.AuthenticationFailed("You need to verify your email.")
|
||||
raise exceptions.AuthenticationFailed("You need to verify your e-mail address.")
|
||||
|
||||
return (user, None)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue