Explorar o código

Update ApiCaller.js

Dorin Paslaru %!s(int64=8) %!d(string=hai) anos
pai
achega
da752a684b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/ApiCaller/ApiCaller.js

+ 1 - 1
src/components/ApiCaller/ApiCaller.js

@@ -94,7 +94,7 @@ class ApiCaller {
       };
       };
 
 
       request.onerror = (result) => {
       request.onerror = (result) => {
-        NotificationActions.notify("Request failed, there is a problem with the connection.", "error")
+        NotificationActions.notify("Request failed, there might be a problem with the connection to the server.", "error")
 
 
         console.log('Error Response: ', result.data);
         console.log('Error Response: ', result.data);
         reject({ status: 500, data: 'Connection error' });
         reject({ status: 500, data: 'Connection error' });