Skip to content

Commit 0db80ec

Browse files
committed
Resolves: MTV-3738 | Address feedback
Signed-off-by: Jeff Puzzo <[email protected]>
1 parent 082e015 commit 0db80ec

File tree

21 files changed

+130
-91
lines changed

21 files changed

+130
-91
lines changed

locales/en/plugin__forklift-console-plugin.json

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

src/modules/Providers/utils/components/VDDKHelperText/VDDKHelperText.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const VDDKHelperText: FC = () => (
1010
<p>VMware Virtual Disk Development Kit (VDDK) image.</p>
1111
<br />
1212
<p>
13-
The Migration Toolkit for Virtualization (MTV) uses the VMware Virtual Disk Development Kit
13+
The migration toolkit for virtualization (MTV) uses the VMware Virtual Disk Development Kit
1414
(VDDK) SDK to accelerate transferring virtual disks from VMware vSphere. Therefore, creating a
1515
VDDK image, although optional, is highly recommended. Using MTV without VDDK is not
1616
recommended and could result in significantly lower migration speeds

src/onlineHelp/tipsAndTricksDrawer/topics/KeyTerminologyHelpTopic.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const keyTerminologyHelpTopics: LearningExperienceSubTopic[] = [
6565
{
6666
id: 'disk-decryption-passphrases-definition',
6767
title: t(
68-
'A list of passphrases for the Linux Unified Key Setup (LUKS)-encrypted devices for the VMs that you want to migrate. For each LUKS-encrypted device, Migration Toolkit for Virtualization (MTV) tries each passphrase until one unlocks the device.',
68+
'A list of passphrases for the Linux Unified Key Setup (LUKS)-encrypted devices for the VMs that you want to migrate. For each LUKS-encrypted device, migration toolkit for virtualization (MTV) tries each passphrase until one unlocks the device.',
6969
),
7070
},
7171
],

src/onlineHelp/tipsAndTricksDrawer/topics/TroubleShootingHelpTopic.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const troubleShootingHelpTopics: LearningExperienceSubTopic[] = [
105105
{
106106
id: 'forklift-controller-logs-capture',
107107
title: t(
108-
'Forklift controller logs capture Migration Toolkit for Virtualization (MTV) related events.',
108+
'Forklift controller logs capture migration toolkit for virtualization (MTV) related events.',
109109
),
110110
},
111111
],

src/overview/components/HeaderTitle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const HeaderTitle: FC<HeaderTitleProps> = ({ isDrawerOpen = false, setIsDrawerOp
3030
<PageSection hasBodyWrapper={false}>
3131
<Split hasGutter style={{ alignItems: 'baseline' }}>
3232
<SplitItem isFilled>
33-
<Title headingLevel="h1">{t('Migration Toolkit for Virtualization')}</Title>
33+
<Title headingLevel="h1">{t('migration toolkit for virtualization')}</Title>
3434
</SplitItem>
3535
{isDrawerOpen ? undefined : (
3636
<Button

src/overview/tabs/Health/cards/Controller/ControllerCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const ControllerCard: FC<ControllerCardProps> = ({ limit, obj }) => {
3838
<TabTitle
3939
title={t('Health')}
4040
helpContent={t(
41-
'Health indicates the current status of the pods related to the Migration Toolkit for Virtualization, including whether any have failed. For more details, refer to the logs.',
41+
'Health indicates the current status of the pods related to the migration toolkit for virtualization, including whether any have failed. For more details, refer to the logs.',
4242
)}
4343
/>
4444
</CardTitle>

src/overview/tabs/Overview/cards/Welcome/WelcomeCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const WelcomeCard: FC = () => {
8080
<FlexItem>
8181
<Content component="p" className="forklift-overview__welcome-text">
8282
<ForkliftTrans>
83-
Migration Toolkit for Virtualization (MTV) migrates virtual machines at scale
83+
migration toolkit for virtualization (MTV) migrates virtual machines at scale
8484
to{' '}
8585
<Link to={kubevirtInstalled ? virtualizationOverviewURL : operatorHubURL}>
8686
Red Hat OpenShift Virtualization

src/overview/tabs/Settings/components/SettingsEdit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const SettingsEdit: ModalComponent<SettingsEditProps> = ({ closeModal, controlle
6969
>
7070
<Form>
7171
{t(
72-
'Settings are applied across all projects on the Migration Toolkit for Virtualization operator.',
72+
'Settings are applied across all projects on the migration toolkit for virtualization operator.',
7373
)}
7474
<EditMaxVMInFlight />
7575
<EditControllerCPULimit />

src/overview/tabs/YAML/ForkliftControllerYAMLTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const ForkliftControllerYAMLTab: FC = () => {
2323
<TabTitle
2424
title={t('YAML')}
2525
helpContent={t(
26-
'You can write configuration files for the Migration Toolkit for Virtualization using YAML, a human-readable data serialization language.',
26+
'You can write configuration files for the migration toolkit for virtualization using YAML, a human-readable data serialization language.',
2727
)}
2828
/>
2929
</CardTitle>

src/plans/create/steps/other-settings/DiskPassPhraseFieldTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const DiskPassPhraseFieldTable = () => {
4646

4747
<StackItem>
4848
{t(
49-
'For each LUKS-encrypted device, Migration Toolkit for Virtualization (MTV) tries each passphrase until one unlocks the device.',
49+
'For each LUKS-encrypted device, migration toolkit for virtualization (MTV) tries each passphrase until one unlocks the device.',
5050
)}
5151
</StackItem>
5252

0 commit comments

Comments
 (0)