Просмотр исходного кода

Preflight hot fix- fix spelling (#3457)

sdess09 2 лет назад
Родитель
Сommit
b533828633
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dashboard/src/components/GCPCredentialsForm.tsx

+ 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>)
 
           }
         </>