2
0
Эх сурвалжийг харах

Preflight hot fix- fix spelling (#3457)

sdess09 2 жил өмнө
parent
commit
b533828633

+ 1 - 1
dashboard/src/components/GCPCredentialsForm.tsx

@@ -198,7 +198,7 @@ const GCPCredentialsForm: React.FC<Props> = ({ goBack, proceed }) => {
 
             preFlightData ?
               (<PreflightChecks preflightData={preFlightData} setPreflightFailed={setPreflightFailed} />)
-              : (<Text>  Error could not perfrom preflight checks on your account please check your credentails or contact Porter Support at support@porter.run</Text>)
+              : (<Text>  Could not perform preflight checks on your account. Please verify your credentials are correct or contact Porter Support at support@porter.run</Text>)
 
           }
         </>