瀏覽代碼

Update Preflight Link

Soham Dessai 2 年之前
父節點
當前提交
f6cf36f765
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dashboard/src/components/PreflightChecks.tsx

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

@@ -212,7 +212,7 @@ const AWS_VPC_QUOTA_ERROR_MESSAGE =
 const AWS_NAT_GATEWAY_QUOTA_ERROR_MESSAGE =
   "Your AWS account has reached the limit of NAT Gateways allowed in the region. Additional NAT Gateways must be requested in order to provision.";
 const AWS_VCPU_QUOTA_ERROR_MESSAGE =
-  "Your AWS account has reached the limit of vCPUs allowed in the region. Additional vCPUs must be requested in order to provision.";
+  "Your AWS account has reached the limit of vCPUs allowed in the region. Additional addresses must be requested in order to provision.";
 const DEFAULT_ERROR_MESSAGE =
   "An error occurred while provisioning your infrastructure. Please try again.";