From 1f4c65f1c90e0ffa4792dec09ab7c12b80c7a100 Mon Sep 17 00:00:00 2001 From: Will Cater Date: Mon, 11 Nov 2024 08:56:58 -0500 Subject: [PATCH] Edited text for allowlist --- src/components/Satellite/IPWhitelistTable.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Satellite/IPWhitelistTable.tsx b/src/components/Satellite/IPWhitelistTable.tsx index cdee42261..dff7201a2 100644 --- a/src/components/Satellite/IPWhitelistTable.tsx +++ b/src/components/Satellite/IPWhitelistTable.tsx @@ -120,13 +120,13 @@ const IPWhitelistTable: React.FC = () => { setInputAddresses(''); setIsIPModalOpen(false); }} - title={'Add IP Addresses to Allow List'} + title={'Add IP addresses to allowlist'} variant={ModalVariant.medium} >
) => event.preventDefault()}> - Before connecting to your satellite servers, Red Hat needs to add your IP address or range of IP addresses to an allow-list. + Before connecting to your satellite servers, Red Hat needs to add your IP address or range of IP addresses to an allowlist. { setRemoveAddresses(''); setIsIPRemoveModalOpen(false); }} - title={'Remove IP Addresses from Allow List'} + title={'Remove IP Addresses from allowlist'} variant={ModalVariant.medium} > ) => event.preventDefault()}> - The following IP addresses will be removed from the allow list + The following IP addresses will be removed from the allowlist @@ -192,7 +192,7 @@ const IPWhitelistTable: React.FC = () => { - + Before connecting to your satellite servers, Red Hat needs to add your IP address or range of IP addresses to an allow-list. @@ -205,7 +205,7 @@ const IPWhitelistTable: React.FC = () => { const ipTable = ( - +
{columnNames.ip_block}