perf: change default login title

pull/13530/head^2
ibuler 2024-06-27 17:43:29 +08:00 committed by 老广
parent 0e8833cce3
commit 6d81fa7fdf
5 changed files with 5 additions and 5 deletions

View File

@ -4014,7 +4014,7 @@ msgid "Your account has been created successfully"
msgstr ""
#: jumpserver/context_processor.py:14
msgid "JumpServer Open Source Bastion Host"
msgid "JumpServer - An open-source PAM"
msgstr "JumpServer"
#: jumpserver/views/celery_flower.py:22

View File

@ -4099,7 +4099,7 @@ msgid "Your account has been created successfully"
msgstr "アカウントが正常に作成されました"
#: jumpserver/context_processor.py:14
msgid "JumpServer Open Source Bastion Host"
msgid "JumpServer - An open-source PAM"
msgstr "JumpServer オープンソースの要塞ホスト"
#: jumpserver/views/celery_flower.py:22

View File

@ -4050,7 +4050,7 @@ msgid "Your account has been created successfully"
msgstr "你的账号已创建成功"
#: jumpserver/context_processor.py:14
msgid "JumpServer Open Source Bastion Host"
msgid "JumpServer - An open-source PAM"
msgstr "JumpServer 开源堡垒机"
#: jumpserver/views/celery_flower.py:22

View File

@ -653,7 +653,7 @@
"LoginRequiredMsg": "The account has logged out, please login again.",
"LoginSSHKeySetting": "Login SSH key",
"LoginSucceeded": "Login successful",
"LoginTitleTip": "Note: it will be displayed on the enterprise edition user ssh login koko login page (e.g.: welcome to use jumpserver open source bastion)",
"LoginTitleTip": "Note: it will be displayed on the enterprise edition user ssh login koko login page (e.g.: welcome to use jumpserver open source PAM)",
"LoginUserRanking": "Login user ranking",
"LoginUserToday": "Users logged today",
"LoginUsers": "Active account",

View File

@ -11,7 +11,7 @@ default_interface = dict((
('logo_index', static('img/logo_text_white.png')),
('login_image', static('img/login_image.png')),
('favicon', static('img/facio.ico')),
('login_title', _('JumpServer Open Source Bastion Host')),
('login_title', _('JumpServer - An open-source PAM')),
('theme', 'classic_green'),
('theme_info', {}),
('footer_content', ''),