mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 09:09: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
|
@ -304,7 +304,7 @@ class ReportSerializer(serializers.ModelSerializer):
|
|||
|
||||
if not validated_data.get("submitter_email"):
|
||||
raise serializers.ValidationError(
|
||||
"You need to provide an email address to submit this report"
|
||||
"You need to provide an e-mail address to submit this report"
|
||||
)
|
||||
|
||||
return validated_data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue