mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 22:38:26 +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
|
@ -427,5 +427,5 @@ def test_token_auth(
|
|||
assert response.status_code == expected_status_code
|
||||
|
||||
if expected_status_code != 200:
|
||||
# confirmation email should have been sent again
|
||||
# confirmation e-mail should have been sent again
|
||||
assert len(mailoutbox) == sent_emails + 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue