Skip to content

Commit decfe37

Browse files
committed
change message
1 parent d684e75 commit decfe37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tdb-dashboard/src/hooks/hookUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function formatErrorMessage (err){
4343
message = "Network Error"
4444
if(localSettings.connection_type === "LOCAL"){
4545
message =`Network Error the ${localSettings.server} is not running.
46-
You need to use docker compose to use the dashboard`
46+
You need to run docker compose to use the dashboard`
4747
}
4848
}else if(err.data){
4949
if( err.data["api:message"] === "Incorrect authentication information"){

0 commit comments

Comments
 (0)