Replace setting term with inclusive language

This commit is contained in:
Marliana Lara 2020-09-22 15:09:55 -04:00
parent 31cd36b768
commit 0732b047b5
No known key found for this signature in database
GPG Key ID: 38C73B40DFA809EE

View File

@ -575,7 +575,7 @@ register(
'SOCIAL_AUTH_GOOGLE_OAUTH2_WHITELISTED_DOMAINS',
field_class=fields.StringListField,
default=[],
label=_('Google OAuth2 Whitelisted Domains'),
label=_('Google OAuth2 Allowed Domains'),
help_text=_('Update this setting to restrict the domains who are allowed to '
'login using Google OAuth2.'),
category=_('Google OAuth2'),