Skip to content

Commit

Permalink
changed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmanos committed Sep 6, 2024
1 parent 766254f commit 3f16942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const locale = {
},
index: {
header: "DC4EU EHIC Issuer",
phrase: "I want to receive my eEHIC",
phrase: "eEHIC",
proceed: "Proceed",
heading: "DC4EU EHIC Issuer",
paragraph: "This is a portal where citizens can receive their digital EHIC Card in their wallet. To proceed you must first have an EUDI wallet from a provider of your choice. This Verifiable eEHIC will contain the Social Security Number as your personal identifier for social security.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ block layout-content
img(src="/images/ehicCard.png", alt="Descriptive text", class="index-card")
p.title #{locale.index.phrase}
p.text-area #{locale.index.subtitle}
button.Btn.Large.Landing(id="mainBtn" type="submit") #{locale.index.proceed}
//- button.Btn.Large.Landing(id="mainBtn" type="submit") #{locale.index.proceed}
input(type="hidden" id="initiate_pre_authorized" name="initiate_pre_authorized" value="true")
//- div.item.VerifierSection
//- .ItemLayout
Expand Down

0 comments on commit 3f16942

Please sign in to comment.