diff --git a/apps/i18n/core/en/LC_MESSAGES/django.po b/apps/i18n/core/en/LC_MESSAGES/django.po index 4a8ce0a06..bc0d9208b 100644 --- a/apps/i18n/core/en/LC_MESSAGES/django.po +++ b/apps/i18n/core/en/LC_MESSAGES/django.po @@ -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 diff --git a/apps/i18n/core/ja/LC_MESSAGES/django.po b/apps/i18n/core/ja/LC_MESSAGES/django.po index bace3080c..9943a816d 100644 --- a/apps/i18n/core/ja/LC_MESSAGES/django.po +++ b/apps/i18n/core/ja/LC_MESSAGES/django.po @@ -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 diff --git a/apps/i18n/core/zh/LC_MESSAGES/django.po b/apps/i18n/core/zh/LC_MESSAGES/django.po index 6b83b01ae..51e6f8ea0 100644 --- a/apps/i18n/core/zh/LC_MESSAGES/django.po +++ b/apps/i18n/core/zh/LC_MESSAGES/django.po @@ -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 diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index 167ec9396..ac379df5e 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -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", diff --git a/apps/jumpserver/context_processor.py b/apps/jumpserver/context_processor.py index 96266605d..fd7cdfcfd 100644 --- a/apps/jumpserver/context_processor.py +++ b/apps/jumpserver/context_processor.py @@ -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', ''),