Skip to content

Commit

Permalink
Merge pull request #7479 from glekner/fix-1879419
Browse files Browse the repository at this point in the history
Bug 1879419: Improve boot source description for Container and URL
  • Loading branch information
openshift-merge-robot committed Dec 9, 2020
2 parents 6d08a5f + 58f786e commit c906ae4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@
"View the mounted disk in the <2><0>storage</0></2> step": "View the mounted disk in the <2><0>storage</0></2> step",
"View the mounted disks in the <2><0>storage</0></2> step": "View the mounted disks in the <2><0>storage</0></2> step",
"Could not access default operating system images. Contact your administrator to gain access to these images. Otherwise provide a manual boot source below.": "Could not access default operating system images. Contact your administrator to gain access to these images. Otherwise provide a manual boot source below.",
"Enter URL here or edit the rootdisk in the <2><0>Storage</0></2> step.": "Enter URL here or edit the rootdisk in the <2><0>Storage</0></2> step.",
"To boot this source from a CD-ROM edit the disk in the storage step and change to type: CD-ROM": "To boot this source from a CD-ROM edit the disk in the storage step and change to type: CD-ROM",
"Enter container image here or edit the rootdisk in the <2><0>Storage</0></2> step.": "Enter container image here or edit the rootdisk in the <2><0>Storage</0></2> step.",
"Enter URL below or edit the rootdisk in the <2><0>Storage</0></2> step.": "Enter URL below or edit the rootdisk in the <2><0>Storage</0></2> step.",
"To boot this source from a CD-ROM, edit the disk in the storage step and change to type: CD-ROM": "To boot this source from a CD-ROM, edit the disk in the storage step and change to type: CD-ROM",
"Enter container image below or edit the rootdisk in the <2><0>Storage</0></2> step.": "Enter container image below or edit the rootdisk in the <2><0>Storage</0></2> step.",
"Choose PVC to clone by editing the rootdisk in the <2><0>Storage</0></2> step.": "Choose PVC to clone by editing the rootdisk in the <2><0>Storage</0></2> step.",
"Add a network interface in the <2><0>Networking</0></2> step": "Add a network interface in the <2><0>Networking</0></2> step",
"example: your company name": "example: your company name",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const ProvisionSourceDiskHelpMsg: React.FC<ProvisionSourceDiskHelpMsgProps> = ({
<TextContent>
<div className="pf-c-form__helper-text" aria-live="polite">
<Trans ns="kubevirt-plugin" t={t}>
Enter URL here or edit the rootdisk in the{' '}
Enter URL below or edit the rootdisk in the{' '}
<strong>
<Button
isDisabled={!goToStorageStep}
Expand All @@ -38,7 +38,7 @@ const ProvisionSourceDiskHelpMsg: React.FC<ProvisionSourceDiskHelpMsgProps> = ({
</div>
<div className="pf-c-form__helper-text" aria-live="polite">
{t(
'kubevirt-plugin~To boot this source from a CD-ROM edit the disk in the storage step and change to type: CD-ROM',
'kubevirt-plugin~To boot this source from a CD-ROM, edit the disk in the storage step and change to type: CD-ROM',
)}
</div>
</TextContent>
Expand All @@ -48,7 +48,7 @@ const ProvisionSourceDiskHelpMsg: React.FC<ProvisionSourceDiskHelpMsgProps> = ({
return (
<Text>
<Trans ns="kubevirt-plugin" t={t}>
Enter container image here or edit the rootdisk in the{' '}
Enter container image below or edit the rootdisk in the{' '}
<strong>
<Button
isDisabled={!goToStorageStep}
Expand Down

0 comments on commit c906ae4

Please sign in to comment.