welsh translations for sign in
This commit is contained in:
@@ -744,7 +744,7 @@ const Breadcrumbs = (props) => {
|
||||
{router.pathname == "/auth/signin" ? (
|
||||
<>
|
||||
<li className="govuk-breadcrumbs__list-item">
|
||||
Sign in
|
||||
{t("auth:auth-page-title")}
|
||||
</li>
|
||||
</>
|
||||
) : (
|
||||
@@ -753,7 +753,16 @@ const Breadcrumbs = (props) => {
|
||||
{router.pathname == "/auth/verify-request" ? (
|
||||
<>
|
||||
<li className="govuk-breadcrumbs__list-item">
|
||||
Check your email
|
||||
{t("auth:auth-check-email-page-title")}
|
||||
</li>
|
||||
</>
|
||||
) : (
|
||||
""
|
||||
)}
|
||||
{router.pathname == "/auth/error" ? (
|
||||
<>
|
||||
<li className="govuk-breadcrumbs__list-item">
|
||||
{t("auth:auth-error-signin-error-title")}
|
||||
</li>
|
||||
</>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user