fix: Update UI wording (no-changelog) (#6938)

This commit is contained in:
Jon
2023-08-16 15:06:46 +01:00
committed by GitHub
parent f50fc8443e
commit 27a18821b9
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ async function request(config: {
return response.data;
} catch (error) {
if (error.message === 'Network Error') {
throw new ResponseError('API-Server can not be reached. It is probably down.', {
throw new ResponseError("Can't connect to n8n.", {
errorCode: NO_NETWORK_ERROR_CODE,
});
}