From c3d559c5cb63927797c81d40a2d8865ffa594a36 Mon Sep 17 00:00:00 2001 From: Aviv Turgeman Date: Wed, 28 Jun 2023 11:34:52 +0300 Subject: [PATCH] Fix text in enable IT modal Signed-off-by: Aviv Turgeman --- locales/en/plugin__kubevirt-plugin.json | 2 +- .../components/EnableInstanceTypeContent.tsx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/locales/en/plugin__kubevirt-plugin.json b/locales/en/plugin__kubevirt-plugin.json index 7a5b21303..735759dbe 100644 --- a/locales/en/plugin__kubevirt-plugin.json +++ b/locales/en/plugin__kubevirt-plugin.json @@ -39,7 +39,7 @@ "{{sizeLabel}}: {{cpus}} CPUs, {{memory}} Memory": "{{sizeLabel}}: {{cpus}} CPUs, {{memory}} Memory", "{{timestampPluralized}} ago": "{{timestampPluralized}} ago", "{t('Use cron formatting to set when and how often to look for new imports.')} <2>": "{t('Use cron formatting to set when and how often to look for new imports.')} <2>", - "<0><0><0>Creating a VirtualMachine is easier than ever!<1><0>This <2>Technology Preview feature provides a simple way to create a VirtualMachine. <6>You must have cluster admin permissions to enable this feature. You can disable it at any <8>time on the Settings tab on the Overview page.": "<0><0><0>Creating a VirtualMachine is easier than ever!<1><0>This <2>Technology Preview feature provides a simple way to create a VirtualMachine. <6>You must have cluster admin permissions to enable this feature. You can disable it at any <8>time on the Settings tab on the Overview page.", + "<0><0><0>Creating a VirtualMachine is easier than ever!<1><0>This <2>Technology Preview feature provides a simple way to create a VirtualMachine. You must have<5>cluster admin permissions to enable this feature. You can disable it at any time on the Settings tab<6>on the Virtualization > Overview page": "<0><0><0>Creating a VirtualMachine is easier than ever!<1><0>This <2>Technology Preview feature provides a simple way to create a VirtualMachine. You must have<5>cluster admin permissions to enable this feature. You can disable it at any time on the Settings tab<6>on the Virtualization > Overview page", "<0>Autounattend.xml<1>Autounattend will be picked up automatically during windows installation. it can be used with destructive actions such as disk formatting. Autounattend will only be used once during installation.<2><0>{t('Learn more')}": "<0>Autounattend.xml<1>Autounattend will be picked up automatically during windows installation. it can be used with destructive actions such as disk formatting. Autounattend will only be used once during installation.<2><0>{t('Learn more')}", "<0>Clicking "Launch Remote Desktop" will download an .rdp file and launch <2>Remote Desktop Viewer.<1>Since the RDP is native Windows protocol, the best experience is achieved when used on Windows-based desktop.<2>For other operating systems, the <1>Remote Viewer is recommended. If RDP needs to be accessed anyway, the <3>Remmina client is available.": "<0>Clicking "Launch Remote Desktop" will download an .rdp file and launch <2>Remote Desktop Viewer.<1>Since the RDP is native Windows protocol, the best experience is achieved when used on Windows-based desktop.<2>For other operating systems, the <1>Remote Viewer is recommended. If RDP needs to be accessed anyway, the <3>Remmina client is available.", "<0>Clicking "Launch Remote Viewer" will download a .vv file and launch <2>Remote Viewer<1><0>Remote Viewer is available for most operating systems. To install it, search for it in GNOME Software or run the following:": "<0>Clicking "Launch Remote Viewer" will download a .vv file and launch <2>Remote Viewer<1><0>Remote Viewer is available for most operating systems. To install it, search for it in GNOME Software or run the following:", diff --git a/src/views/catalog/EnableInstanceTypeTechPreviewModal/components/EnableInstanceTypeContent.tsx b/src/views/catalog/EnableInstanceTypeTechPreviewModal/components/EnableInstanceTypeContent.tsx index 6f5918970..18cae4878 100644 --- a/src/views/catalog/EnableInstanceTypeTechPreviewModal/components/EnableInstanceTypeContent.tsx +++ b/src/views/catalog/EnableInstanceTypeTechPreviewModal/components/EnableInstanceTypeContent.tsx @@ -25,12 +25,12 @@ const EnableInstanceTypeContent: FC = () => { > Technology Preview feature {' '} - provides a simple way to create a VirtualMachine.{' '} + provides a simple way to create a VirtualMachine. You must have - You must have cluster admin permissions to enable this feature. You can disable it at - any - {' '} - time on the Settings tab on the Overview page. + cluster admin permissions to enable this feature. You can disable it at any time on + the Settings tab + + on the Virtualization {'>'} Overview page