NTP-40716 | Apology Screen UI Changes (#15138)

This commit is contained in:
Sandeep Kumar
2025-02-26 13:52:12 +05:30
committed by GitHub
parent 6cdb3cca80
commit 13e487c3de
2 changed files with 3 additions and 9 deletions

View File

@@ -18,12 +18,6 @@ export const ConstantCta = {
],
},
QUOTE_APOLOGY_FOOTER_BUTTON: {
url: "gi/insurance_container/pre_quote_journey",
parameters: [
{
key: "applicationType",
value: "FRESH_POLICY",
},
],
url: "HOME/DASHBOARD/Insurance_tab_page",
},
};

View File

@@ -41,9 +41,9 @@ export const ERROR_INTERNET_SUBTITLE =
"Please check your internet connectivity and try again";
export const RETRY = "Retry";
export const QUOTE_APOLOGY_TITLE =
"Sorry, we cannot insure some members with health issues!";
"Sorry, we could not insure some members with health issues under Navi Health policy";
export const QUOTE_APOLOGY_SUBTITLE =
"You can still purchase policy for others members";
"For members with health issues you can purchase Navi Special Care policy.";
export const QUOTE_APOLOGY_BUTTON = "Buy new policy";
export const QUOTE_PATCH_FAIL_TOAST = "Failed. Try again";
export const QUOTE_ID = "quoteId";