diff --git a/web/messages/en/edge_wizard.json b/web/messages/en/edge_wizard.json index 2b4d81c99e..42fa5acd21 100644 --- a/web/messages/en/edge_wizard.json +++ b/web/messages/en/edge_wizard.json @@ -57,7 +57,7 @@ "edge_setup_step_deploy_tabs_package_subtitle": "To add Defguard APT repository and install the package, run the following commands:", "edge_setup_step_deploy_tabs_virtual_image": "Virtual Image", "edge_setup_step_deploy_tabs_virtual_title": "Virtual Image", - "edge_setup_step_deploy_tabs_virtual_subtitle": "Download latest Edge Virtual Image (in OVH format) from this url: [{url}]({url}) Prepare a Cloud Init configuration: **{filename}**:", + "edge_setup_step_deploy_tabs_virtual_subtitle": "Download latest Edge Virtual Image (in OVA format) from this url: [{url}]({url}). Then include the snippet below as part of your cloud-init or create and attach a dedicated cloud-init userdata file: **{filename}**:", "edge_setup_step_deploy_tabs_other": "Other methods", "edge_setup_step_deploy_tabs_other_title": "Other methods", "edge_setup_step_deploy_tabs_other_subtitle": "For other deployment methods, please follow to our documentation section", diff --git a/web/messages/en/gateway_wizard.json b/web/messages/en/gateway_wizard.json index b90c21f110..9c38211bf5 100644 --- a/web/messages/en/gateway_wizard.json +++ b/web/messages/en/gateway_wizard.json @@ -57,7 +57,7 @@ "gateway_setup_step_deploy_tabs_package_subtitle": "To add Defguard APT repository and install the package, run the following commands:", "gateway_setup_step_deploy_tabs_virtual_image": "Virtual Image", "gateway_setup_step_deploy_tabs_virtual_title": "Virtual Image", - "gateway_setup_step_deploy_tabs_virtual_subtitle": "Download latest Defguard Virtual Image (in OVH format) from this url: [{url}]({url}) Prepare a Cloud Init configuration: **{filename}**:", + "gateway_setup_step_deploy_tabs_virtual_subtitle": "Download latest Defguard Virtual Image (in OVA format) from this url: [{url}]({url}). Then include the snippet below as part of your cloud-init or create and attach a dedicated cloud-init userdata file: **{filename}**:", "gateway_setup_step_deploy_tabs_other": "Other methods", "gateway_setup_step_deploy_tabs_other_title": "Other methods", "gateway_setup_step_deploy_tabs_other_subtitle": "For other deployment methods, please follow to our documentation section", diff --git a/web/src/pages/GatewaySetupPage/steps/SetupDeployGatewayStep.tsx b/web/src/pages/GatewaySetupPage/steps/SetupDeployGatewayStep.tsx index 29c710f175..42db17c5fa 100644 --- a/web/src/pages/GatewaySetupPage/steps/SetupDeployGatewayStep.tsx +++ b/web/src/pages/GatewaySetupPage/steps/SetupDeployGatewayStep.tsx @@ -125,15 +125,20 @@ const DockerComposeTab = () => { /> @@ -153,7 +158,7 @@ const DockerTab = () => { subtitle={m.gateway_setup_step_deploy_tabs_docker_subtitle()} /> ); @@ -191,25 +196,18 @@ const VirtualImageTab = () => { ); diff --git a/web/src/pages/PlaygroundPage/PlaygroundPage.tsx b/web/src/pages/PlaygroundPage/PlaygroundPage.tsx index 55854468b7..5da0fa2cd4 100644 --- a/web/src/pages/PlaygroundPage/PlaygroundPage.tsx +++ b/web/src/pages/PlaygroundPage/PlaygroundPage.tsx @@ -125,15 +125,12 @@ export const PlaygroundPage = () => { diff --git a/web/src/shared/components/wizard-steps/SetupEdgeDeployStep/SetupEdgeDeployStep.tsx b/web/src/shared/components/wizard-steps/SetupEdgeDeployStep/SetupEdgeDeployStep.tsx index c001255da4..f50cbbbb13 100644 --- a/web/src/shared/components/wizard-steps/SetupEdgeDeployStep/SetupEdgeDeployStep.tsx +++ b/web/src/shared/components/wizard-steps/SetupEdgeDeployStep/SetupEdgeDeployStep.tsx @@ -112,12 +112,17 @@ const DockerComposeTab = () => { /> @@ -137,7 +142,7 @@ const DockerTab = () => { subtitle={m.edge_setup_step_deploy_tabs_docker_subtitle()} /> ); @@ -175,25 +180,18 @@ const VirtualImageTab = () => { );