We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d684e75 commit decfe37Copy full SHA for decfe37
packages/tdb-dashboard/src/hooks/hookUtils.js
@@ -43,7 +43,7 @@ export function formatErrorMessage (err){
43
message = "Network Error"
44
if(localSettings.connection_type === "LOCAL"){
45
message =`Network Error the ${localSettings.server} is not running.
46
- You need to use docker compose to use the dashboard`
+ You need to run docker compose to use the dashboard`
47
}
48
}else if(err.data){
49
if( err.data["api:message"] === "Incorrect authentication information"){
0 commit comments