@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.js
CHANGED
|
@@ -2352,9 +2352,7 @@ var github = {
|
|
|
2352
2352
|
var neetoCommons = {
|
|
2353
2353
|
fallbackComponent: {
|
|
2354
2354
|
somethingWentWrong: "Sorry, something went wrong.",
|
|
2355
|
-
description: "Please try <reloading
|
|
2356
|
-
reloadingButtonLabel: "reloading",
|
|
2357
|
-
contactusButtonLabel: "contact us"
|
|
2355
|
+
description: "Please try <reloading>reloading</reloading> the page.<br> If the problem persists, <contactus>contact us</contactus>."
|
|
2358
2356
|
},
|
|
2359
2357
|
toastr: {
|
|
2360
2358
|
success: {
|