x25 5.1.9 → 5.1.10
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/Async/RouteLoading.js +1 -1
- package/package.json +1 -1
package/Async/RouteLoading.js
CHANGED
|
@@ -34,7 +34,7 @@ var RouteLoading = function RouteLoading(_ref) {
|
|
|
34
34
|
if (theError.name === "ChunkLoadError") {
|
|
35
35
|
return _react2.default.createElement(_Error.LargeErrorMessage, {
|
|
36
36
|
onRetry: retry,
|
|
37
|
-
|
|
37
|
+
message: "Pagina nu a putut fi \xEEnc\u0103rcat\u0103. V\u0103 rug\u0103m s\u0103 face\u021Bi refresh la pagin\u0103"
|
|
38
38
|
});
|
|
39
39
|
}
|
|
40
40
|
|
package/package.json
CHANGED