Skip to content

Commit

Permalink
Merge pull request #1374 from avivtur/fix-text-it-modal
Browse files Browse the repository at this point in the history
Fix text in enable IT modal
  • Loading branch information
openshift-merge-robot authored Jun 28, 2023
2 parents e4262a2 + c3d559c commit 31a8fea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion locales/en/plugin__kubevirt-plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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></2>": "{t('Use cron formatting to set when and how often to look for new imports.')} <2></2>",
"<0><0><0>Creating a VirtualMachine is easier than ever!</0></0><1><0>This <2>Technology Preview feature</2> 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</6> <8>time on the Settings tab on the Overview page.</8></0></1></0>": "<0><0><0>Creating a VirtualMachine is easier than ever!</0></0><1><0>This <2>Technology Preview feature</2> 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</6> <8>time on the Settings tab on the Overview page.</8></0></1></0>",
"<0><0><0>Creating a VirtualMachine is easier than ever!</0></0><1><0>This <2>Technology Preview feature</2> 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</5><6>on the Virtualization > Overview page</6></0></1></0>": "<0><0><0>Creating a VirtualMachine is easier than ever!</0></0><1><0>This <2>Technology Preview feature</2> 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</5><6>on the Virtualization > Overview page</6></0></1></0>",
"<0>Autounattend.xml</0><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.</1><2><0>{t('Learn more')}</0></2>": "<0>Autounattend.xml</0><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.</1><2><0>{t('Learn more')}</0></2>",
"<0>Clicking &quot;Launch Remote Desktop&quot; will download an .rdp file and launch <2>Remote Desktop Viewer</2>.</0><1>Since the RDP is native Windows protocol, the best experience is achieved when used on Windows-based desktop.</1><2>For other operating systems, the <1>Remote Viewer</1> is recommended. If RDP needs to be accessed anyway, the <3>Remmina</3> client is available.</2>": "<0>Clicking &quot;Launch Remote Desktop&quot; will download an .rdp file and launch <2>Remote Desktop Viewer</2>.</0><1>Since the RDP is native Windows protocol, the best experience is achieved when used on Windows-based desktop.</1><2>For other operating systems, the <1>Remote Viewer</1> is recommended. If RDP needs to be accessed anyway, the <3>Remmina</3> client is available.</2>",
"<0>Clicking &quot;Launch Remote Viewer&quot; will download a .vv file and launch <2>Remote Viewer</2></0><1><0>Remote Viewer</0> is available for most operating systems. To install it, search for it in GNOME Software or run the following:</1>": "<0>Clicking &quot;Launch Remote Viewer&quot; will download a .vv file and launch <2>Remote Viewer</2></0><1><0>Remote Viewer</0> is available for most operating systems. To install it, search for it in GNOME Software or run the following:</1>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ const EnableInstanceTypeContent: FC = () => {
>
Technology Preview feature
</Text>{' '}
provides a simple way to create a VirtualMachine.{' '}
provides a simple way to create a VirtualMachine. You must have
<Text component={TextVariants.p}>
You must have cluster admin permissions to enable this feature. You can disable it at
any
</Text>{' '}
<Text component={TextVariants.p}>time on the Settings tab on the Overview page.</Text>
cluster admin permissions to enable this feature. You can disable it at any time on
the Settings tab
</Text>
<Text component={TextVariants.p}>on the Virtualization {'>'} Overview page</Text>
</Text>
</StackItem>
</Stack>
Expand Down

0 comments on commit 31a8fea

Please sign in to comment.