From 6f335dc146f76f9b4e56140de8441abbe7e9e490 Mon Sep 17 00:00:00 2001 From: Harshvardhan-handa123 Date: Fri, 15 May 2026 12:19:38 +0530 Subject: [PATCH] update third party storage bug --- locales/en/plugin__odf-console.json | 4 ++-- .../components/create-dr-policy/third-party-storage-alert.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/en/plugin__odf-console.json b/locales/en/plugin__odf-console.json index 2e087c035..775c1fc8c 100644 --- a/locales/en/plugin__odf-console.json +++ b/locales/en/plugin__odf-console.json @@ -410,7 +410,7 @@ "Bandwidth": "Bandwidth", "Before choosing this option, read the section<1>Creating Disaster Recovery Policy on Hub cluster chapter of Regional-DR solution guideto understand the impact and limitations of this feature.": "Before choosing this option, read the section<1>Creating Disaster Recovery Policy on Hub cluster chapter of Regional-DR solution guideto understand the impact and limitations of this feature.", "Before we can create a storage system, the Local Storage Operator needs to be installed. When installation is finished come back to Data Foundation to create a storage system.<1><0>Install": "Before we can create a storage system, the Local Storage Operator needs to be installed. When installation is finished come back to Data Foundation to create a storage system.<1><0>Install", - "Before you use Third-party storage": "Before you use Third-party storage", + "Before you use third-party storage": "Before you use third-party storage", "Between clusters": "Between clusters", "billions": "billions", "Block": "Block", @@ -1016,7 +1016,7 @@ "Enroll virtual machine": "Enroll virtual machine", "Enroll your applications to improve resilience by implementing disaster recovery protection.": "Enroll your applications to improve resilience by implementing disaster recovery protection.", "enrolled in disaster recovery": "enrolled in disaster recovery", - "Ensure the third party storage supports Disaster Recovery pre-requisites and enable the required configuration for the same.": "Ensure the third party storage supports Disaster Recovery pre-requisites and enable the required configuration for the same.", + "Ensure that it supports disaster recovery requirements, including replication, failover, and recovery. Configure the necessary settings accordingly.": "Ensure that it supports disaster recovery requirements, including replication, failover, and recovery. Configure the necessary settings accordingly.", "Ensures all filesystem data is securely stored and protected.": "Ensures all filesystem data is securely stored and protected.", "Enter a bucket name": "Enter a bucket name", "Enter a CIDR block": "Enter a CIDR block", diff --git a/packages/mco/components/create-dr-policy/third-party-storage-alert.tsx b/packages/mco/components/create-dr-policy/third-party-storage-alert.tsx index b84c93eb5..48642a482 100644 --- a/packages/mco/components/create-dr-policy/third-party-storage-alert.tsx +++ b/packages/mco/components/create-dr-policy/third-party-storage-alert.tsx @@ -22,7 +22,7 @@ const ThirdPartyStorageWarning: React.FC = ({ = ({ } > {t( - `Ensure the third party storage supports Disaster Recovery pre-requisites and enable the required configuration for the same.` + `Ensure that it supports disaster recovery requirements, including replication, failover, and recovery. Configure the necessary settings accordingly.` )}