Skip to content

Commit ca5dbf6

Browse files
Merge pull request openshift#16145 from rhamilto/OCPBUGS-78499
OCPBUGS-78499: Fix curly quote in operator-hub-community-provider-modal
2 parents 32eb435 + 85e601b commit ca5dbf6

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

frontend/packages/operator-lifecycle-manager/locales/en/olm.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
"Manual update approval is required when not installing the latest version for the selected channel.": "Manual update approval is required when not installing the latest version for the selected channel.",
258258
"Show community Operator": "Show community Operator",
259259
"Community Operators are Operators which have not been vetted or verified by Red Hat. Community Operators should be used with caution because their stability is unknown. Red Hat provides no support for community Operators.": "Community Operators are Operators which have not been vetted or verified by Red Hat. Community Operators should be used with caution because their stability is unknown. Red Hat provides no support for community Operators.",
260-
"Learn more about Red Hat's third party software support policy": "Learn more about Red Hat's third party software support policy",
260+
"Learn more about Red Hats third party software support policy": "Learn more about Red Hats third party software support policy",
261261
"Do not show this warning again": "Do not show this warning again",
262262
"Continue": "Continue",
263263
"OperatorHub details": "OperatorHub details",
@@ -278,7 +278,6 @@
278278
"This Operator is being installed on the cluster.": "This Operator is being installed on the cluster.",
279279
"Community Operator": "Community Operator",
280280
"This is a community provided Operator. These are Operators which have not been vetted or verified by Red Hat. Community Operators should be used with caution because their stability is unknown. Red Hat provides no support for community Operators.": "This is a community provided Operator. These are Operators which have not been vetted or verified by Red Hat. Community Operators should be used with caution because their stability is unknown. Red Hat provides no support for community Operators.",
281-
"Learn more about Red Hat’s third party software support policy": "Learn more about Red Hat’s third party software support policy",
282281
"Cluster in STS Mode": "Cluster in STS Mode",
283282
"This cluster is using AWS Security Token Service to reach the cloud API. In order for this operator to take the actions it requires directly with the cloud API, you must provide a role ARN (with an attached policy) during installation. Please see the operator description for more details.": "This cluster is using AWS Security Token Service to reach the cloud API. In order for this operator to take the actions it requires directly with the cloud API, you must provide a role ARN (with an attached policy) during installation. Please see the operator description for more details.",
284283
"Cluster in Azure Workload Identity / Federated Identity Mode": "Cluster in Azure Workload Identity / Federated Identity Mode",

frontend/packages/operator-lifecycle-manager/src/components/operator-hub/operator-hub-community-provider-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const OperatorHubCommunityProviderModal: FC<OperatorHubCommunityProviderM
5353
<Content component={ContentVariants.p}>
5454
<ExternalLink
5555
href={RH_OPERATOR_SUPPORT_POLICY_LINK}
56-
text={t("olm~Learn more about Red Hat's third party software support policy")}
56+
text={t('olm~Learn more about Red Hats third party software support policy')}
5757
/>
5858
</Content>
5959
)}

0 commit comments

Comments
 (0)