Skip to content

Commit

Permalink
Merge pull request #1476 from govuk-one-login/origin/AUT-2606/update_…
Browse files Browse the repository at this point in the history
…creation_page_titles

AUT-2606: Update page titles for too many codes requested error page …
  • Loading branch information
LazarAlexandru-Constantin authored Mar 22, 2024
2 parents a58742b + 05e6051 commit 5207935
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/security-code-error/index-wait.njk
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{% extends "common/layout/base.njk" %}
{% from "govuk/components/button/macro.njk" import govukButton %}
{% if support2hrLockout %}
{% set pageTitleName = 'pages.securityCodeWaitToRequest.title' | translate %}
{% if isAccountCreationJourney %}
{% set pageTitleName = 'pages.securityCodeWaitToRequest.title_create' | translate %}
{% else %}
{% set pageTitleName = 'pages.securityCodeWaitToRequest.title' | translate %}
{% endif %}
{% else %}
{% set pageTitleName = 'pages.securityCodeWaitToRequest.title_old' | translate %}
{% endif %}
Expand Down
1 change: 1 addition & 0 deletions src/locales/cy/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@
"header_old": "Ni allwch gael cod diogelwch newydd ar hyn o bryd ",
"header": "Ni allwch fewngofnodi ar hyn o bryd ",
"header_create": "Ni allwch greu GOV.UK One Login ar hyn o bryd ",
"title_create": "Ni allwch greu GOV.UK One Login ar hyn o bryd ",
"info_old": {
"paragraph1": "Mae hyn oherwydd eich bod wedi gofyn i ailanfon cod diogelwch ormod o weithiau.",
"paragraph2Start": "Gallwch ",
Expand Down
1 change: 1 addition & 0 deletions src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@
"header_old": "You cannot get a new security code at the moment ",
"header": "You cannot sign in at the moment ",
"header_create": "You cannot create a GOV.UK One Login at the moment ",
"title_create": "You cannot create a GOV.UK One Login at the moment ",
"info_old": {
"paragraph1": "This is because you asked to resend the security code too many times.",
"paragraph2Start": "You can ",
Expand Down

0 comments on commit 5207935

Please sign in to comment.