Skip to content

Commit

Permalink
chore: Enhance title & description for Certificates on settings page (#…
Browse files Browse the repository at this point in the history
…7560) (#10956)

* fix: Enhance title & description for Certificates on settings page

Signed-off-by: Aiman Fatima <aiman_fatima@intuit.com>
Signed-off-by: Aiman Fatima <aimanfatimadl@gmail.com>

* fix: Review comments

Signed-off-by: Aiman Fatima <aimanfatimadl@gmail.com>

Signed-off-by: Aiman Fatima <aiman_fatima@intuit.com>
Signed-off-by: Aiman Fatima <aimanfatimadl@gmail.com>
  • Loading branch information
aimanfatima committed Oct 18, 2022
1 parent d021690 commit 40126b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ui/src/app/settings/components/certs-list/certs-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ export class CertsList extends React.Component<RouteComponentProps<any>> {
public render() {
return (
<Page
title='Repository certificates'
title='Repository certificates and known hosts'
toolbar={{
breadcrumbs: [{title: 'Settings', path: '/settings'}, {title: 'Repository certificates'}],
breadcrumbs: [{title: 'Settings', path: '/settings'}, {title: 'Repository certificates and known hosts'}],
actionMenu: {
className: 'fa fa-plus',
items: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const settings = [
path: './repos'
},
{
title: 'Certificates',
description: 'Configure certificates for connecting Git repositories',
title: 'Repository certificates and known hosts',
description: 'Configure repository certificates and known hosts for connecting Git repositories',
path: './certs'
},
{
Expand Down

0 comments on commit 40126b5

Please sign in to comment.