Skip to content

Commit 0304e3a

Browse files
Merge pull request #2256 from SanjalKatiyar/update_external_ceph
Update incorrect text for external mode
2 parents 00670c1 + 16918d3 commit 0304e3a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

locales/en/plugin__odf-console.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@
10451045
"Initiate": "Initiate",
10461046
"Initiating": "Initiating",
10471047
"Instance type": "Instance type",
1048-
"Integrate Data Foundation with an existing storage backend such as external Ceph cluster on IBM FlashSystem.": "Integrate Data Foundation with an existing storage backend such as external Ceph cluster on IBM FlashSystem.",
1048+
"Integrate Data Foundation with an existing storage backend such as external Ceph cluster or IBM FlashSystem.": "Integrate Data Foundation with an existing storage backend such as external Ceph cluster or IBM FlashSystem.",
10491049
"Internal": "Internal",
10501050
"Internal cluster": "Internal cluster",
10511051
"Intiating": "Intiating",

packages/odf/modals/ConfigureDF/StorageClusterCreateModal.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('ConfigureDFSelections', () => {
5959
).toBeInTheDocument();
6060
expect(
6161
screen.getByText(
62-
'Integrate Data Foundation with an existing storage backend such as external Ceph cluster on IBM FlashSystem.'
62+
'Integrate Data Foundation with an existing storage backend such as external Ceph cluster or IBM FlashSystem.'
6363
)
6464
).toBeInTheDocument();
6565
expect(

packages/odf/modals/ConfigureDF/StorageClusterCreateModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const ConfigureDFSelections: React.FC<ConfigureDFSelectionsProps> = ({
9292
<TextContent>
9393
<Text component="small">
9494
{t(
95-
'Integrate Data Foundation with an existing storage backend such as external Ceph cluster on IBM FlashSystem.'
95+
'Integrate Data Foundation with an existing storage backend such as external Ceph cluster or IBM FlashSystem.'
9696
)}
9797
</Text>
9898
</TextContent>

0 commit comments

Comments
 (0)