Updated text and translations to be more inclusive

This commit is contained in:
Ailé
2021-11-18 16:24:14 +01:00
parent 9177c9d4c2
commit d8b69e9b45
4 changed files with 26 additions and 16 deletions

View File

@ -332,7 +332,10 @@ class UserPropForm(forms.ModelForm):
class UserGodfathersForm(forms.Form):
type = forms.ChoiceField(
choices=[("godfather", _("Godfather")), ("godchild", _("Godchild"))],
choices=[
("godfather", _("Godfather / Godmother")),
("godchild", _("Godchild")),
],
label=_("Add"),
)
user = AutoCompleteSelectField(