made messages

This commit is contained in:
vabene1111
2021-11-08 17:10:03 +01:00
parent 409594a73a
commit 086f8b4d62
27 changed files with 64 additions and 44 deletions

View File

@ -364,7 +364,7 @@ class InviteLinkForm(forms.ModelForm):
model = InviteLink
fields = ('email', 'group', 'valid_until', 'space')
help_texts = {
'email': _('An email address is not required but if present the invite link will be send to the user.'),
'email': _('An email address is not required but if present the invite link will be sent to the user.'),
}
field_classes = {
'space': SafeModelChoiceField,