Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions locales/en/plugin__odf-console.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 guide</1>to 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 guide</1>to 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</0></1>": "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</0></1>",
"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",
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const ThirdPartyStorageWarning: React.FC<ThirdPartyStorageWarningProps> = ({
<Alert
className={className}
variant={AlertVariant.warning}
title={t('Before you use Third-party storage')}
title={t('Before you use third-party storage')}
actionLinks={
<AlertActionLink
component="a"
Expand All @@ -35,7 +35,7 @@ const ThirdPartyStorageWarning: React.FC<ThirdPartyStorageWarningProps> = ({
}
>
{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.`
)}
</Alert>
</AlertGroup>
Expand Down
Loading