Skip to content

Commit

Permalink
PR 6462 - UI - Fix spelling error in cockpit-389-ds certificateManage…
Browse files Browse the repository at this point in the history
…ment.jsx

Description: Fix the misspelling from "Certificate Sigining Requests" to "Certificate Signing Requests"
in cockpit-389-ds’s certificateManagement.jsx.

Relates: 389ds#6462

Reviewed by: @droideck
  • Loading branch information
mikeweinberg authored Dec 24, 2024
1 parent 8fcc1dd commit f5732e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ export class CertificateManagement extends React.Component {
</Button>
</div>
</Tab>
<Tab eventKey={2} title={<TabTitleText>{_("Certificate Sigining Requests")} <font size="2">({this.state.ServerCSRs.length})</font></TabTitleText>}>
<Tab eventKey={2} title={<TabTitleText>{_("Certificate Signing Requests")} <font size="2">({this.state.ServerCSRs.length})</font></TabTitleText>}>
<div className="ds-margin-top-lg ds-left-indent">
<CSRTable
ServerCSRs={this.state.ServerCSRs}
Expand Down

0 comments on commit f5732e1

Please sign in to comment.