Skip to content

Commit

Permalink
Add confirmation dialog to qa and prod
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Mar 22, 2023
1 parent f690fc7 commit e017580
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion helm/configs/landing-page-server/production/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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?"
},
};
3 changes: 2 additions & 1 deletion helm/configs/landing-page-server/qa/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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?"
},
};

0 comments on commit e017580

Please sign in to comment.