mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Add notice about SSO being removed soon
This commit is contained in:
parent
f4e5a0f21c
commit
ecef7326f9
2 changed files with 2 additions and 2 deletions
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -367,7 +367,7 @@ $lang->site_default_color_scheme_options = array(
|
|||
'dark' => '어두운 색상 고정',
|
||||
);
|
||||
$lang->use_sso = '<abbr title="Single Sign On">SSO</abbr> 사용';
|
||||
$lang->about_use_sso = '한 번만 로그인하면 모든 도메인에 로그인되도록 합니다.';
|
||||
$lang->about_use_sso = '한 번만 로그인하면 모든 도메인에 로그인되도록 합니다.<br>이 기능은 폐기 예정이니 의존하지 마시기 바랍니다.';
|
||||
$lang->about_arrange_session = '세션을 정리하시겠습니까?';
|
||||
$lang->cmd_clear_session = '세션 정리';
|
||||
$lang->save = '저장';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue