@bigbinary/neeto-molecules 1.2.1 → 1.2.2
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-molecules",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
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
|
@@ -265,11 +265,11 @@
|
|
|
265
265
|
"browserSupport": {
|
|
266
266
|
"unsupportedBrowserVersion": {
|
|
267
267
|
"title": "Unsupported version",
|
|
268
|
-
"description": "You are using {{browserName, anyCase}} {{browserVersion}}.
|
|
268
|
+
"description": "You are using {{browserName, anyCase}} {{browserVersion}}. We recommend {{browserName, anyCase}} {{requiredMinBrowserVersion}} or later for the application to perform reliably. <downloadLink></downloadLink><contactUs></contactUs>"
|
|
269
269
|
},
|
|
270
270
|
"unsupportedBrowser": {
|
|
271
271
|
"title": "Unsupported browser",
|
|
272
|
-
"description": "You are using {{browserName, anyCase}} {{browserVersion}}.
|
|
272
|
+
"description": "You are using {{browserName, anyCase}} {{browserVersion}}. We recommend a modern browser for the application to perform reliably.<contactUs></contactUs>"
|
|
273
273
|
},
|
|
274
274
|
"downloadLink": {
|
|
275
275
|
"main": "Please <button>download and install</button> the latest browser."
|