@openlettermarketing/olc-react-sdk 1.6.8-beta.19 → 1.6.8-beta.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/build/types/utils/message.d.ts +1 -1
- package/package.json +1 -1
|
@@ -83,7 +83,7 @@ export declare const MESSAGES: {
|
|
|
83
83
|
readonly UPLOAD_HEADING: "Upload Design Files";
|
|
84
84
|
readonly UPLOADED_TEXT: "Uploaded";
|
|
85
85
|
readonly FILE_VALLIDATION: "One or more files have unsupported formats. Please upload only .png, .jpg, .jpeg, .pdf, .doc, or .docx files.";
|
|
86
|
-
readonly FILE_NUMBER: "";
|
|
86
|
+
readonly FILE_NUMBER: "You can only upload up to 5 files.";
|
|
87
87
|
readonly TITLE_REQUIRED: "Template Name is required";
|
|
88
88
|
readonly URL_REQUIRED: "Video URL is required";
|
|
89
89
|
readonly URL_VAIDATION: "Video URL is not valid";
|
package/package.json
CHANGED