We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc3589 commit 52ea799Copy full SHA for 52ea799
1 file changed
web/app/(shareLayout)/webapp-signin/normalForm.tsx
@@ -94,8 +94,8 @@ const NormalForm = () => {
94
<>
95
<div className="mx-auto mt-8 w-full">
96
<div className="mx-auto w-full">
97
- <h2 className="title-4xl-semi-bold text-text-primary">{t('login.pageTitle')}</h2>
98
- {!systemFeatures.branding.enabled && <p className='body-md-regular mt-2 text-text-tertiary'>{t('login.welcome')}</p>}
+ <h2 className="title-4xl-semi-bold text-text-primary">{systemFeatures.branding.enabled ? t('login.pageTitleForE') : t('login.pageTitle')}</h2>
+ <p className='body-md-regular mt-2 text-text-tertiary'>{t('login.welcome')}</p>
99
</div>
100
<div className="relative">
101
<div className="mt-6 flex flex-col gap-3">
0 commit comments