Skip to content

Commit b8f330c

Browse files
Merge pull request #15144 from rhamilto/OCPBUGS-56804
OCPBUGS-56804: clarify verbiage for Lightspeed hide button
2 parents 9c39c18 + 9eac7a4 commit b8f330c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/packages/console-app/locales/en/console-app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"Get started in OperatorHub": "Get started in OperatorHub",
307307
"Must have administrator access": "Must have administrator access",
308308
"Contact your administrator and ask them to install Red Hat OpenShift Lightspeed.": "Contact your administrator and ask them to install Red Hat OpenShift Lightspeed.",
309-
"Don't show again": "Don't show again",
309+
"Edit user preferences to not show again": "Edit user preferences to not show again",
310310
"Clone": "Clone",
311311
"Size": "Size",
312312
"Size should be equal or greater than the requested size of PVC.": "Size should be equal or greater than the requested size of PVC.",

frontend/packages/console-app/src/components/lightspeed/Lightspeed.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const Lightspeed: React.FC = () => {
150150
)}
151151
<StackItem className="pf-v6-u-text-align-center">
152152
<Button variant="link" onClick={onDismissClick}>
153-
{t("console-app~Don't show again")}
153+
{t('console-app~Edit user preferences to not show again')}
154154
</Button>
155155
</StackItem>
156156
</Stack>

0 commit comments

Comments
 (0)