@bigbinary/neeto-molecules 1.0.66 → 1.0.67
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 +1 -1
- package/src/translations/en.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-molecules",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.67",
|
|
4
4
|
"description": "A package of reusable molecular components for neeto products.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-molecules.git",
|
|
6
6
|
"author": "Amaljith K <amaljith.k@bigbinary.com>",
|
package/src/translations/en.json
CHANGED
|
@@ -294,16 +294,16 @@
|
|
|
294
294
|
"copyLink": "Copy link",
|
|
295
295
|
"open": "Open {{entity}}",
|
|
296
296
|
"regenerateUrl": {
|
|
297
|
-
"title": "Regenerate
|
|
298
|
-
"inputLabel": "Your current
|
|
299
|
-
"description": "Once a new
|
|
300
|
-
"submitButtonLabel": "Regenerate
|
|
297
|
+
"title": "Regenerate link",
|
|
298
|
+
"inputLabel": "Your current link is given below",
|
|
299
|
+
"description": "Once a new link is generated then the current link will stop working. This can't be undone.",
|
|
300
|
+
"submitButtonLabel": "Regenerate link",
|
|
301
301
|
"cancelButtonLabel": "Cancel"
|
|
302
302
|
},
|
|
303
303
|
"editUrl": {
|
|
304
|
-
"title": "Edit
|
|
305
|
-
"inputLabel": "
|
|
306
|
-
"description": "Once this
|
|
304
|
+
"title": "Edit link",
|
|
305
|
+
"inputLabel": "Link",
|
|
306
|
+
"description": "Once this link is edited, the current link will stop working. This can't be undone.",
|
|
307
307
|
"submitButtonLabel": "Submit",
|
|
308
308
|
"cancelButtonLabel": "Cancel",
|
|
309
309
|
"validationError": "Please enter a valid path without special characters, except '/', '-' and '_'."
|