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:
jovuit 2021-06-17 15:55:12 +00:00 committed by Georg Krause
parent 6a20f48ad7
commit f661e3a078
51 changed files with 158 additions and 149 deletions

View file

@ -73,7 +73,7 @@ class InstanceContactEmail(types.StringPreference):
name = "contact_email"
verbose_name = "Contact email"
default = ""
help_text = "A contact email for visitors who need to contact an admin or moderator"
help_text = "A contact e-mail address for visitors who need to contact an admin or moderator"
field_kwargs = {"required": False}