@designcrowd/fe-shared-lib 1.2.5-byo-2 → 1.2.5-byo-3
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
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"disclaimerText": "Please ensure you have the right to use any image you upload.-",
|
|
8
8
|
"generatingDesigns": "Generating Designs...-",
|
|
9
9
|
"uploadingAndConverting": "Uploading and converting your logo...-",
|
|
10
|
-
"stepOf": "Step {current} of {total}-",
|
|
10
|
+
"stepOf": "Step {{current}} of {{total}}-",
|
|
11
11
|
"uploadError": "Upload Error-",
|
|
12
12
|
"cancel": "Cancel-",
|
|
13
13
|
"continue": "Continue-",
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"disclaimerText": "Please ensure you have the right to use any image you upload.-",
|
|
5
5
|
"generatingDesigns": "Generating Designs...-",
|
|
6
6
|
"uploadingAndConverting": "Uploading and converting your logo...-",
|
|
7
|
-
"stepOf": "Step {current} of {total}-",
|
|
7
|
+
"stepOf": "Step {{current}} of {{total}}-",
|
|
8
8
|
"uploadError": "Upload Error-",
|
|
9
9
|
"cancel": "Cancel-",
|
|
10
10
|
"continue": "Continue-",
|