diff --git a/resources/lang/en/admin/settings/general.php b/resources/lang/en/admin/settings/general.php
index 56d0e6a02..92faf85c5 100644
--- a/resources/lang/en/admin/settings/general.php
+++ b/resources/lang/en/admin/settings/general.php
@@ -331,7 +331,7 @@ return [
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
'google_callback_help' => 'This should be entered as the callback URL in your Google OAuth app settings in your organization's Google developer console .',
- 'google_login' => 'Google Login Settings',
+ 'google_login' => 'Google Workspace Login Settings',
'enable_google_login' => 'Enable users to login with Google Workspace',
'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ',
diff --git a/resources/views/settings/index.blade.php b/resources/views/settings/index.blade.php
index 83642da66..fd1e9b630 100755
--- a/resources/views/settings/index.blade.php
+++ b/resources/views/settings/index.blade.php
@@ -242,10 +242,10 @@
- Google Auth
+ Google
-
Set up Google Login
+{{ trans('admin/settings/general.google_login') }}