Skip to content

Commit

Permalink
More instances of allow list naming changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wcater803 committed Nov 12, 2024
1 parent 1f4c65f commit 11da3d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Satellite/IPWhitelistTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const IPWhitelistTable: React.FC = () => {
setRemoveAddresses('');
setIsIPRemoveModalOpen(false);
}}
title={'Remove IP Addresses from allowlist'}
title={'Remove IP addresses from allowlist'}
variant={ModalVariant.medium}
>
<Form onSubmit={(event: React.FormEvent<HTMLFormElement>) => event.preventDefault()}>
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/SatelliteToken.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const SatelliteToken: React.FC = () => {
{isOrgAdmin ? (
<PageSection>
<Card>
<CardTitle>IP Address Allow List</CardTitle>
<CardTitle>IP allowlist</CardTitle>
<CardBody>
<IPWhitelistTable />
</CardBody>
Expand Down

0 comments on commit 11da3d6

Please sign in to comment.