You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/web/src/constants/messages.ts
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,8 @@ export const COMMENT_REQUIRED: string = "Please enter a comment!";
55
55
exportconstCOUPON_CODE_REQUIRED: string="Please enter a coupon code!";
56
56
exportconstPRODUCT_DETAILS_REQUIRED: string=
57
57
"Please enter all product details!";
58
+
exportconstCOUPON_AMOUNT_REQUIRED: string="Please enter a coupon amount!";
59
+
58
60
exportconstNO_VEHICLE_DESC_1: string=
59
61
"Your newly purchased Vehicle Details have been sent to you email address. Please check your email for the VIN and PIN code of your vehicle using the MailHog web portal.";
60
62
exportconstNO_VEHICLE_DESC_2: string=" Click here ";
0 commit comments