Skip to content

Commit

Permalink
Merge branch 'main' into feature/enter-manual-address
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyprivett committed Aug 18, 2021
2 parents 72263aa + 2bfb1e2 commit a65ed0b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions app/views/waste_carriers_engine/errors/error_401.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 class="heading-large">
<h1 class="govuk-heading-l">
<%= t(".heading") %>
</h1>

<p><%= t(".sorry") %></p>
<p><%= t(".clarification") %></p>
<p class="govuk-body"><%= t(".sorry") %></p>
<p class="govuk-body"><%= t(".clarification") %></p>
6 changes: 3 additions & 3 deletions app/views/waste_carriers_engine/errors/error_403.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 class="heading-large">
<h1 class="govuk-heading-l">
<%= t(".heading") %>
</h1>

<p><%= t(".sorry") %></p>
<p><%= t(".clarification") %></p>
<p class="govuk-body"><%= t(".sorry") %></p>
<p class="govuk-body"><%= t(".clarification") %></p>
6 changes: 3 additions & 3 deletions app/views/waste_carriers_engine/errors/error_404.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 class="heading-large">
<h1 class="govuk-heading-l">
<%= t(".heading") %>
</h1>

<p><%= t(".sorry") %></p>
<p><%= t(".clarification") %></p>
<p class="govuk-body"><%= t(".sorry") %></p>
<p class="govuk-body"><%= t(".clarification") %></p>
6 changes: 3 additions & 3 deletions app/views/waste_carriers_engine/errors/error_422.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 class="heading-large">
<h1 class="govuk-heading-l">
<%= t(".heading") %>
</h1>

<p><%= t(".sorry") %></p>
<p><%= t(".clarification") %></p>
<p class="govuk-body"><%= t(".sorry") %></p>
<p class="govuk-body"><%= t(".clarification") %></p>
6 changes: 3 additions & 3 deletions app/views/waste_carriers_engine/errors/error_generic.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 class="heading-large">
<h1 class="govuk-heading-l">
<%= t(".heading") %>
</h1>

<p><%= t(".sorry") %></p>
<p><%= t(".try_again") %></p>
<p class="govuk-body"><%= t(".sorry") %></p>
<p class="govuk-body"><%= t(".try_again") %></p>

0 comments on commit a65ed0b

Please sign in to comment.