eliminate text wrapping on sign in
This commit is contained in:
parent
a613f28bc8
commit
417f0a853b
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ function SignInVerifyPage(props: Props) {
|
|||
<Page authPage>
|
||||
<div className="main__sign-up">
|
||||
<Card
|
||||
title={isAuthenticationSuccess ? __('Log in success!') : __('Log in to %SITE_NAME%', { SITE_NAME })}
|
||||
title={isAuthenticationSuccess ? __('Log in success!') : __('Log in')}
|
||||
subtitle={
|
||||
<React.Fragment>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue