Skip to content

Commit

Permalink
fix(topology): fix wordings
Browse files Browse the repository at this point in the history
  • Loading branch information
Thuan Vo authored and andrewazores committed Jun 6, 2023
1 parent 9b25215 commit 14397a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/SecurityPanel/ImportCertificate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ const Component = () => {

export const ImportCertificate: SecurityCard = {
title: 'Import SSL Certificates',
description: 'Restart is needed to apply changes.',
description: 'The Cryostat server must be restarted in order to reload the certificate store.',
content: Component,
};
5 changes: 2 additions & 3 deletions src/app/Topology/Shared/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ export const getStatusTargetNode = (node: TargetNode | EnvironmentNode): [NodeSt
If target has JMX Authentication enabled, add the credential to Cryostat keyring.
</Text>
<Text component={TextVariants.p}>
If the target has SSL enabled over JMX, add its certificate to Cryostat truststore. Restart is
required.
If the target has SSL enabled over JMX, add its certificate to Cryostat truststore.
</Text>
</>
),
Expand All @@ -123,7 +122,7 @@ export const getStatusTargetNode = (node: TargetNode | EnvironmentNode): [NodeSt
</Button>
</WarningResolverAsCredModal>,
<WarningResolverAsLink key={`${node.target.alias}-resolver-as-link-to-security`} to="/security">
Add Certificates
Add certificates
</WarningResolverAsLink>,
],
},
Expand Down

0 comments on commit 14397a2

Please sign in to comment.