sunguroku 2 лет назад
Родитель
Сommit
87a484e8b6

+ 1 - 1
dashboard/src/main/home/cluster-dashboard/preview-environments/v2/PreviewEnvs.tsx

@@ -64,7 +64,7 @@ const PreviewEnvs: React.FC = () => {
           <Spacer y={1} />
           <PorterLink to="https://docs.porter.run/other/eject" target="_blank">
             <Button alt height="35px">
-             Eject to AWS, Azure, or GCP.
+             Eject to AWS/Azure/GCP
             </Button>
           </PorterLink>
         </DashboardPlaceholder>

+ 1 - 1
dashboard/src/main/home/compliance-dashboard/ComplianceDashboard.tsx

@@ -57,7 +57,7 @@ const ComplianceDashboard: React.FC = () => {
             <Spacer y={1} />
             <PorterLink to="https://docs.porter.run/other/eject" target="_blank">
               <Button alt height="35px">
-                Eject to AWS, Azure, or GCP.
+              Eject to AWS/Azure/GCP
               </Button>
             </PorterLink>
           </DashboardPlaceholder>

+ 1 - 1
dashboard/src/main/home/database-dashboard/DatabaseDashboard.tsx

@@ -96,7 +96,7 @@ const DatabaseDashboard: React.FC = () => {
           <Spacer y={1} />
           <PorterLink to="https://docs.porter.run/other/eject" target="_blank">
             <Button alt height="35px">
-             Eject to AWS, Azure, or GCP.
+            Eject to AWS/Azure/GCP
             </Button>
           </PorterLink>
         </DashboardPlaceholder>