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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,8 @@ export const POST_TITLE_REQUIRED: string = "Please enter title for post!";
53
53
exportconstPOST_DESC_REQUIRED: string="Please enter description for Post!";
54
54
exportconstCOMMENT_REQUIRED: string="Please enter a comment!";
55
55
exportconstCOUPON_CODE_REQUIRED: string="Please enter a coupon code!";
56
-
56
+
exportconstPRODUCT_DETAILS_REQUIRED: string=
57
+
"Please enter all product details!";
57
58
exportconstNO_VEHICLE_DESC_1: string=
58
59
"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.";
59
60
exportconstNO_VEHICLE_DESC_2: string=" Click here ";
0 commit comments