mirror of
https://github.com/langgenius/dify.git
synced 2025-12-03 14:27:43 +00:00
hide brand name in enterprise use (#27422)
This commit is contained in:
parent
398c8117fe
commit
a715d5ac23
@ -135,8 +135,8 @@ const NormalForm = () => {
|
|||||||
{!systemFeatures.branding.enabled && <p className='body-md-regular mt-2 text-text-tertiary'>{t('login.joinTipStart')}{workspaceName}{t('login.joinTipEnd')}</p>}
|
{!systemFeatures.branding.enabled && <p className='body-md-regular mt-2 text-text-tertiary'>{t('login.joinTipStart')}{workspaceName}{t('login.joinTipEnd')}</p>}
|
||||||
</div>
|
</div>
|
||||||
: <div className="mx-auto w-full">
|
: <div className="mx-auto w-full">
|
||||||
<h2 className="title-4xl-semi-bold text-text-primary">{t('login.pageTitle')}</h2>
|
<h2 className="title-4xl-semi-bold text-text-primary">{systemFeatures.branding.enabled ? t('login.pageTitleForE') : t('login.pageTitle')}</h2>
|
||||||
{!systemFeatures.branding.enabled && <p className='body-md-regular mt-2 text-text-tertiary'>{t('login.welcome')}</p>}
|
<p className='body-md-regular mt-2 text-text-tertiary'>{t('login.welcome')}</p>
|
||||||
</div>}
|
</div>}
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<div className="mt-6 flex flex-col gap-3">
|
<div className="mt-6 flex flex-col gap-3">
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
const translation = {
|
const translation = {
|
||||||
pageTitle: 'Log in to Dify',
|
pageTitle: 'Log in to Dify',
|
||||||
|
pageTitleForE: 'Hey, let\'s get started!',
|
||||||
welcome: '👋 Welcome! Please log in to get started.',
|
welcome: '👋 Welcome! Please log in to get started.',
|
||||||
email: 'Email address',
|
email: 'Email address',
|
||||||
emailPlaceholder: 'Your email',
|
emailPlaceholder: 'Your email',
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
const translation = {
|
const translation = {
|
||||||
pageTitle: 'Dify にログイン',
|
pageTitle: 'Dify にログイン',
|
||||||
|
pageTitleForE: 'はじめましょう!',
|
||||||
welcome: '👋 ようこそ!まずはログインしてご利用ください。',
|
welcome: '👋 ようこそ!まずはログインしてご利用ください。',
|
||||||
email: 'メールアドレス',
|
email: 'メールアドレス',
|
||||||
emailPlaceholder: 'メールアドレスを入力してください',
|
emailPlaceholder: 'メールアドレスを入力してください',
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
const translation = {
|
const translation = {
|
||||||
pageTitle: '登录 Dify',
|
pageTitle: '登录 Dify',
|
||||||
|
pageTitleForE: '嗨,近来可好',
|
||||||
welcome: '👋 欢迎!请登录以开始使用。',
|
welcome: '👋 欢迎!请登录以开始使用。',
|
||||||
email: '邮箱',
|
email: '邮箱',
|
||||||
emailPlaceholder: '输入邮箱地址',
|
emailPlaceholder: '输入邮箱地址',
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
const translation = {
|
const translation = {
|
||||||
pageTitle: '嗨,近來可好',
|
pageTitle: '嗨,近來可好',
|
||||||
|
pageTitleForE: '嗨,近來可好',
|
||||||
welcome: '👋 歡迎來到 Dify, 登入以繼續',
|
welcome: '👋 歡迎來到 Dify, 登入以繼續',
|
||||||
email: '郵箱',
|
email: '郵箱',
|
||||||
emailPlaceholder: '輸入郵箱地址',
|
emailPlaceholder: '輸入郵箱地址',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user