I lied. Missed one

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-05-10 03:12:22 -07:00
parent ec76de607b
commit 27e0484072
2 changed files with 3 additions and 3 deletions

View file

@ -331,7 +331,7 @@ return [
'ldap_settings_link' => 'LDAP Settings Page', 'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test <i class="fab fa-slack"></i> Integration', 'slack_test' => 'Test <i class="fab fa-slack"></i> Integration',
'google_callback_help' => 'This should be entered as the callback URL in your Google OAuth app settings in your organization&apos;s <strong><a href="https://console.cloud.google.com/" target="_blank">Google developer console <i class="fa fa-external-link" aria-hidden="true"></i></a></strong>.', 'google_callback_help' => 'This should be entered as the callback URL in your Google OAuth app settings in your organization&apos;s <strong><a href="https://console.cloud.google.com/" target="_blank">Google developer console <i class="fa fa-external-link" aria-hidden="true"></i></a></strong>.',
'google_login' => 'Google Login Settings', 'google_login' => 'Google Workspace Login Settings',
'enable_google_login' => 'Enable users to login with Google Workspace', '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. ', '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. ',

View file

@ -242,10 +242,10 @@
<a href="{{ route('settings.google.index') }}" class="settings_button"> <a href="{{ route('settings.google.index') }}" class="settings_button">
<i class="fa-brands fa-google fa-4x" aria-hidden="true"></i> <i class="fa-brands fa-google fa-4x" aria-hidden="true"></i>
<br><br> <br><br>
<span class="name">Google Auth</span> <span class="name">Google</span>
</a> </a>
</h5> </h5>
<p class="help-block">Set up Google Login</p> <p class="help-block">{{ trans('admin/settings/general.google_login') }}</p>
</div> </div>
</div> </div>
</div> </div>