@cobre-npm/library-onboarding-core 0.2.0 → 0.2.1
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/package.json
CHANGED
|
@@ -15,9 +15,7 @@
|
|
|
15
15
|
"invalidQuestionnaireContentType": "The questionnaire must be a PDF or HTML file.",
|
|
16
16
|
"uploadContentTypeRejected": "The uploaded file doesn't match an accepted format (PDF or HTML).",
|
|
17
17
|
"uploadBodyTooLarge": "This file is too large. The maximum is 5 MB.",
|
|
18
|
-
"generic": "Could not upload the document. Please try again."
|
|
19
|
-
"autofillBadge": "Auto-fills fields",
|
|
20
|
-
"autofillBadgeTooltip": "Uploading this document will automatically pre-fill some form fields."
|
|
18
|
+
"generic": "Could not upload the document. Please try again."
|
|
21
19
|
},
|
|
22
20
|
"title": "Documents",
|
|
23
21
|
"required": "Required",
|
|
@@ -27,7 +25,9 @@
|
|
|
27
25
|
"uploadLabel": "Upload document",
|
|
28
26
|
"uploadFromDevice": "Upload from device",
|
|
29
27
|
"maxSize": "Max size: 90 MB",
|
|
30
|
-
"replaceFile": "Replace file"
|
|
28
|
+
"replaceFile": "Replace file",
|
|
29
|
+
"autofillBadge": "Auto-fills fields",
|
|
30
|
+
"autofillBadgeTooltip": "Uploading this document will automatically pre-fill some form fields."
|
|
31
31
|
},
|
|
32
32
|
"messages": {
|
|
33
33
|
"saved": "Data saved (see console)"
|