diff --git a/src/components/ApiStatus.vue b/src/components/ApiStatus.vue index dc22ad6..788d91e 100644 --- a/src/components/ApiStatus.vue +++ b/src/components/ApiStatus.vue @@ -13,9 +13,7 @@ async function checkVersion() { const { data } = await GalaxyApi().GET("/api/version"); version.value = data.version_major; } catch (err) { - console.log( - `Unable to connect to Galaxy. Verify Galaxy is running and properly configured in 'server.config.js'.`, - ); + console.log(`Unable to connect to Galaxy. Verify Galaxy is running and refer to docs.`); version.value = ""; } } @@ -38,6 +36,6 @@ checkVersion(); - Galaxy is not accessible, review `server.config.js`. + Galaxy is not accessible!