Skip to content

Commit

Permalink
[LKEAPIFW-428] Copy text adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Talmai Oliveira committed Oct 2, 2024
1 parent 64a168f commit 8870af0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { MultipleIPInput } from 'src/components/MultipleIPInput/MultipleIPInput'
import { ExtendedIP, validateIPs } from 'src/utilities/ipUtils';
import { FormControlLabel } from 'src/components/FormControlLabel';
import { Toggle } from 'src/components/Toggle/Toggle';
import Stack from '@mui/material/Stack';

export interface ControlPlaneACLProps {
enableControlPlaneACL: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,9 @@ export const KubeControlPlaneACLDrawer = (props: Props) => {
return (
<>
<Notice spacingTop={24} variant="warning">
IPACL is not yet installed on this cluster.... may take up to 10
minutes or more, before ACLs are enforced...
IPACL has not yet been installed on this cluster. During
installation, it may take up to 20 minutes before ACLs are fully
enforced for the first time.
</Notice>
</>
);
Expand Down

0 comments on commit 8870af0

Please sign in to comment.