diff --git a/locales/en/plugin__odf-console.json b/locales/en/plugin__odf-console.json
index 72f388865..e38eef67b 100644
--- a/locales/en/plugin__odf-console.json
+++ b/locales/en/plugin__odf-console.json
@@ -966,6 +966,9 @@
"Data Foundation version sync": "Data Foundation version sync",
"Client onboarding token": "Client onboarding token",
"Copy to clipboard": "Copy to clipboard",
+ "How to use this token?": "How to use this token?",
+ "To onboard the client cluster, the provider cluster requires the onboarding token.": "To onboard the client cluster, the provider cluster requires the onboarding token.",
+ "An onboarding token is needed to connect an additional OpenShift cluster to a Data Foundation deployment.": "An onboarding token is needed to connect an additional OpenShift cluster to a Data Foundation deployment.",
"Raw Capacity": "Raw Capacity",
"Add Capacity": "Add Capacity",
"Cluster details": "Cluster details",
diff --git a/packages/odf/components/storage-consumers/onboarding-modal.tsx b/packages/odf/components/storage-consumers/onboarding-modal.tsx
index 30acb608a..32b310b2d 100644
--- a/packages/odf/components/storage-consumers/onboarding-modal.tsx
+++ b/packages/odf/components/storage-consumers/onboarding-modal.tsx
@@ -77,12 +77,18 @@ export const ClientOnBoardingModal: ClientOnBoardingModalProps = ({
- How to use this token?
- Short explanation
-
-
+
+ {t('How to use this token?')}
+
+
+ {t(
+ 'To onboard the client cluster, the provider cluster requires the onboarding token.'
+ )}
+
- This token is valid for 48 hours and can only be used once
+ {t(
+ 'An onboarding token is needed to connect an additional OpenShift cluster to a Data Foundation deployment.'
+ )}