diff --git a/wallet-enterprise-configurations/ehic-issuer/src/configuration/locale.ts b/wallet-enterprise-configurations/ehic-issuer/src/configuration/locale.ts index 44026ff..271f12d 100644 --- a/wallet-enterprise-configurations/ehic-issuer/src/configuration/locale.ts +++ b/wallet-enterprise-configurations/ehic-issuer/src/configuration/locale.ts @@ -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.", diff --git a/wallet-enterprise-configurations/ehic-issuer/views/index.pug b/wallet-enterprise-configurations/ehic-issuer/views/index.pug index 1a622be..57d7c5f 100644 --- a/wallet-enterprise-configurations/ehic-issuer/views/index.pug +++ b/wallet-enterprise-configurations/ehic-issuer/views/index.pug @@ -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