From 27e0484072d7cdf46d58b7cbc89f1c9b397b4e12 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 10 May 2023 03:12:22 -0700 Subject: [PATCH] I lied. Missed one Signed-off-by: snipe --- resources/lang/en/admin/settings/general.php | 2 +- resources/views/settings/index.blade.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/en/admin/settings/general.php b/resources/lang/en/admin/settings/general.php index 56d0e6a02a..92faf85c5f 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 83642da669..fd1e9b630a 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') }}