@bigbinary/neeto-commons-frontend 2.0.123 → 2.0.124
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/initializers.cjs.js +1 -3
- package/initializers.cjs.js.map +1 -1
- package/initializers.js +1 -3
- package/initializers.js.map +1 -1
- package/package.json +1 -1
- package/react-utils.cjs.js +2 -4
- package/react-utils.cjs.js.map +1 -1
- package/react-utils.js +2 -4
- package/react-utils.js.map +1 -1
package/initializers.cjs.js
CHANGED
|
@@ -2362,9 +2362,7 @@ var github = {
|
|
|
2362
2362
|
var neetoCommons = {
|
|
2363
2363
|
fallbackComponent: {
|
|
2364
2364
|
somethingWentWrong: "Sorry, something went wrong.",
|
|
2365
|
-
description: "Please try <reloading
|
|
2366
|
-
reloadingButtonLabel: "reloading",
|
|
2367
|
-
contactusButtonLabel: "contact us"
|
|
2365
|
+
description: "Please try <reloading>reloading</reloading> the page.<br> If the problem persists, <contactus>contact us</contactus>."
|
|
2368
2366
|
},
|
|
2369
2367
|
toastr: {
|
|
2370
2368
|
success: {
|