diff --git a/src/app/SecurityPanel/Credentials/StoreCredentials.tsx b/src/app/SecurityPanel/Credentials/StoreCredentials.tsx
index 395b88d7e..c0c6c7a9d 100644
--- a/src/app/SecurityPanel/Credentials/StoreCredentials.tsx
+++ b/src/app/SecurityPanel/Credentials/StoreCredentials.tsx
@@ -536,11 +536,12 @@ export const StoreCredentialsCard: SecurityCard = {
description: (
- Credentials that Cryostat uses to connect to Cryostat agents or target JVMs over JMX are stored here. These are
- stored in encrypted storage managed by the Cryostat backend. These credentials may be used for manually managing
- recordings and event templates on target JVMs, as well as for Automated Rules which run in the background and
- open unattended target connections. Any locally-stored client credentials held by your browser session are not
- displayed here. See Settings to configure locally-stored credentials.
+ Credentials that Cryostat uses to connect to Cryostat agents or target JVMs over JMX are stored in encrypted
+ storage.
+
+
+ The locally-stored client credentials held by your browser session are not displayed here. See{' '}
+ Settings to configure locally-stored credentials.
),
diff --git a/src/app/Shared/Components/JmxAuthDescription.tsx b/src/app/Shared/Components/JmxAuthDescription.tsx
index 118855c35..31f487d12 100644
--- a/src/app/Shared/Components/JmxAuthDescription.tsx
+++ b/src/app/Shared/Components/JmxAuthDescription.tsx
@@ -39,6 +39,11 @@ export const JmxAuthDescription: React.FCcom.sun.management.jmxremote.login.config
+
+ These authentication credentials are stored in encrypted storage managed by the Cryostat backend and used for
+ manually managing recordings and event templates on target JVMs, as well as for Automated Rules which run in the
+ background and open unattended target connections.
+
);
};