Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Mirjam Aulbach <mirjam.aulbach@aiven.io>
  • Loading branch information
programmiri committed Aug 16, 2023
1 parent 7da7c94 commit 309495f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coral/src/app/pages/topics/acl-request.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const AclRequest = () => {
topicName !== undefined ? `?topicName=${topicName}` : ""
}`}
/>
<PageHeader title={"ACL (Access Control) Request"} />
<PageHeader title={"ACL (Access Control) request"} />
<TopicAclRequest />
</>
);
Expand Down

0 comments on commit 309495f

Please sign in to comment.