diff --git a/helm/configs/landing-page-server/production/environment.ts b/helm/configs/landing-page-server/production/environment.ts index bf02ae8..b14cccc 100644 --- a/helm/configs/landing-page-server/production/environment.ts +++ b/helm/configs/landing-page-server/production/environment.ts @@ -14,6 +14,7 @@ export const environment = { retrieveToEmail: { option: "URLs", username: "lp_service", - title: "Please enter your email address where you will receive the download procedure" + title: "Please enter your email address where you will receive the download procedure", + confirmMessage: "Are you sure you want to continue?" }, }; diff --git a/helm/configs/landing-page-server/qa/environment.ts b/helm/configs/landing-page-server/qa/environment.ts index 4c0f808..f7769fb 100644 --- a/helm/configs/landing-page-server/qa/environment.ts +++ b/helm/configs/landing-page-server/qa/environment.ts @@ -14,6 +14,7 @@ export const environment = { retrieveToEmail: { option: "URLs", username: "lp_service", - title: "Please enter your email address where you will receive the download procedure" + title: "Please enter your email address where you will receive the download procedure", + confirmMessage: "Are you sure you want to continue?" }, };