Add notice about SSO being removed soon

This commit is contained in:
Kijin Sung 2025-02-17 22:08:01 +09:00
parent f4e5a0f21c
commit ecef7326f9
2 changed files with 2 additions and 2 deletions

View file

@ -371,7 +371,7 @@ $lang->site_default_color_scheme_options = array(
'dark' => 'Dark mode only',
);
$lang->use_sso = 'Use <abbr title="Single Sign On">SSO</abbr>?';
$lang->about_use_sso = 'Logging into one domain will automatically log the user into all domains.';
$lang->about_use_sso = 'Logging into one domain will automatically log the user into all domains.<br>Do not rely on this feature, as it will be removed in the future.';
$lang->about_arrange_session = 'Do you want to clean up old session data?';
$lang->cmd_clear_session = 'Session cleanup';
$lang->save = 'Save';