From 0732b047b5350d4601118152dae475be8f12b116 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Tue, 22 Sep 2020 15:09:55 -0400 Subject: [PATCH] Replace setting term with inclusive language --- awx/sso/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/sso/conf.py b/awx/sso/conf.py index 3406787f6b..7be4f23de1 100644 --- a/awx/sso/conf.py +++ b/awx/sso/conf.py @@ -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'),