Skip to content

Commit

Permalink
CEDS-6105 | PR comments. Removed un-needed braces + messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Brannon committed Oct 24, 2024
1 parent 8f916ee commit de6cf27
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/forms/section1/ConfirmDucr.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ package forms.section1

import forms.DeclarationPage

object ConfirmDucr extends DeclarationPage {}
object ConfirmDucr extends DeclarationPage
2 changes: 1 addition & 1 deletion app/forms/section1/DucrChoice.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ package forms.section1

import forms.DeclarationPage

object DucrChoice extends DeclarationPage {}
object DucrChoice extends DeclarationPage
2 changes: 1 addition & 1 deletion app/forms/section1/LinkDucrToMucr.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ package forms.section1

import forms.DeclarationPage

object LinkDucrToMucr extends DeclarationPage {}
object LinkDucrToMucr extends DeclarationPage
2 changes: 0 additions & 2 deletions conf/messages
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,10 @@ tariff.expander.title.common = More details about what is required on this page
tariff.expander.title.clearance = More details about what is required on this page
tariff.declaration.text = For details, go to {0}.

tariff.declaration.type.title = More details about standard declarations
tariff.declaration.type.text.1 = A standard declaration (arrived or pre-lodged) is a full declaration. This means all sections of the declaration must be completed.
tariff.declaration.type.text.2 = Find details about {0}.
tariff.declaration.type.linkText.2 = making a full export declaration (opens in a new tab)
tariff.declaration.lrn.common.linkText.0 = Data Element 2/5 - LRN - No previous reference (opens in new tab)
tariff.declaration.linkDucrToMucr.title = More details about MUCR consolidation
tariff.declaration.consignmentReferences.common.text = For details, go to {0} and {1}.
tariff.declaration.consignmentReferences.common.linkText.0 = Data Element 2/4 - UCR Reference Number (opens in new tab)
tariff.declaration.consignmentReferences.common.linkText.1 = Data Element 2/5 - LRN, no previous reference (opens in new tab)
Expand Down
3 changes: 0 additions & 3 deletions conf/messages.cy
Original file line number Diff line number Diff line change
Expand Up @@ -196,15 +196,12 @@ tariff.expander.title.common = Rhagor o fanylion am yr hyn sydd ei angen ar y du
tariff.expander.title.clearance = Rhagor o fanylion am yr hyn sydd ei angen ar y dudalen hon
tariff.declaration.text = Am fanylion, ewch i {0}.

tariff.declaration.type.title = Rhagor o fanylion am ddatganiadau safonol
tariff.declaration.type.text.1 = Mae datganiad safonol (hynny yw un sydd wedi cyrraedd neu wedi’i gyflwyno ymlaen llaw) yn ddatganiad llawn. Mae hyn yn golygu bod rhaid cwblhau pob adran o’r datganiad.
tariff.declaration.type.text.2 = Dewch o hyd i fanylion am {0}.
tariff.declaration.type.linkText.2 = wneud datganiad allforio llawn (yn agor tab newydd)
tariff.declaration.type.common.linkText.0 = Elfen Ddata 1/2 - Math Ychwanegol o Ddatganiad (yn agor tab newydd)

tariff.declaration.lrn.common.linkText.0 = Elfen Ddata 2/5 - Cyfeirnod Lleol (LRN), dim cyfeirnod blaenorol (yn agor tab newydd)
tariff.declaration.linkDucrToMucr.caption = Rhagor o fanylion am gyfuno MUCR
tariff.declaration.linkDucrToMucr.text = Am fanylion, ewch i {0}.<br><br>Bydd angen i’ch llwythwr gau’r MUCR cyn i’r nwyddau ymadael.
tariff.declaration.consignmentReferences.common.text = Am fanylion, ewch i {0} ac {1}.
tariff.declaration.consignmentReferences.common.linkText.0 = Elfen Ddata 2/4 - Cyfeirnod Unigryw y Llwyth (UCR) (yn agor tab newydd)
tariff.declaration.consignmentReferences.common.linkText.1 = Elfen Ddata 2/5 - Cyfeirnod Lleol (LRN), dim cyfeirnod blaenorol (yn agor tab newydd)
Expand Down

0 comments on commit de6cf27

Please sign in to comment.