Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-cs committed Aug 23, 2023
1 parent 723d554 commit b3e989f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/uk/gov/dvsa/model/cvs/VTG5W.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ public String getVersionNumberPass() {
return "1.0";
}

public String getRegOrIdHeading() { return "Rhif cofrestru"; }
public String getRegOrIdHeadingWelsh() { return "Rhif cofrestru"; }
}
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
</span>
<span class="heading-info__title-right">
<span class="heading-info__title-message">
{{regOrIdHeading}}
{{regOrIdHeadingWelsh}}
</span>
</span>
</h2>
Expand Down Expand Up @@ -283,7 +283,7 @@
<!-- results -->
<div class="results">
<div class="results__wrapper">
{{~> views/CommercialVehicles/reasonsForRejection data.summaryWelsh}}
{{~> views/CommercialVehicles/reasonsForRejection data.summary}}
{{#if data.minorWelsh.present}}
{{~> views/CommercialVehicles/reasonsForRejection data.minorWelsh}}
{{/if}}
Expand Down

0 comments on commit b3e989f

Please sign in to comment.