Skip to content

Commit

Permalink
Progress on #23. Will be squashed.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulwaitehomeoffice committed Dec 13, 2017
1 parent b3eb517 commit 3334777
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion govuk-social-providers/login/template.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<#if message.type = 'error'>
<div class="error-summary" role="group" aria-labelledby="error-summary-heading-example-1" tabindex="-1">
<h1 class="heading-medium error-summary-heading" id="error-summary-heading-example-1">
There is a problem with this form
There is a problem
</h1>

<ul class="error-summary-list" id="error-details">
Expand Down
5 changes: 3 additions & 2 deletions govuk/login/messages/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ loginTotpStep3=Enter the one-time code provided by the application and click Con
doAccept=I agree
termsTitle=Terms and conditions
termsTitleHtml=Terms and conditions
termsIntro=Agree that you have read and understood the terms and conditions.
termsIntro=Agree that you have read and understood the terms and conditions.
loginProfileTitle=Update your details
updateProfileMessage=You need to update your details to activate your account.
passwordNew=New password
Expand All @@ -30,4 +30,5 @@ errorTitleHtml=There was a problem
email=Email address
doResetPassword=Send email

socialProviders=Sign in with...
socialProviders=Sign in with...
invalidUserMessage=Enter the correct username or password
2 changes: 1 addition & 1 deletion govuk/login/template.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<#if message.type = 'error'>
<div class="error-summary" role="group" aria-labelledby="error-summary-heading-example-1" tabindex="-1">
<h1 class="heading-medium error-summary-heading" id="error-summary-heading-example-1">
There is a problem with this form
There is a problem
</h1>

<ul class="error-summary-list" id="error-details">
Expand Down

0 comments on commit 3334777

Please sign in to comment.