diff --git a/portal-ui/src/screens/Console/Account/NotificationEndpointTypeSelectorHelpBox.tsx b/portal-ui/src/screens/Console/Account/NotificationEndpointTypeSelectorHelpBox.tsx index 023d69fd0..0df50604f 100644 --- a/portal-ui/src/screens/Console/Account/NotificationEndpointTypeSelectorHelpBox.tsx +++ b/portal-ui/src/screens/Console/Account/NotificationEndpointTypeSelectorHelpBox.tsx @@ -75,13 +75,13 @@ const NotificationEndpointTypeSelectorHelpBox = () => { }} > -
Learn more about Notification Endpoints
+
Learn more about Event Destinations
} - description={`What are Lambda Endpoint Notifications?`} + description={`What are Event Destinations?`} /> MinIO bucket notifications allow administrators to send diff --git a/portal-ui/src/screens/Console/Buckets/BucketDetails/BucketEventsPanel.tsx b/portal-ui/src/screens/Console/Buckets/BucketDetails/BucketEventsPanel.tsx index 155fe284e..7c0bb3949 100644 --- a/portal-ui/src/screens/Console/Buckets/BucketDetails/BucketEventsPanel.tsx +++ b/portal-ui/src/screens/Console/Buckets/BucketDetails/BucketEventsPanel.tsx @@ -206,7 +206,7 @@ const BucketEventsPanel = ({ classes }: IBucketEventsProps) => {
} help={ diff --git a/portal-ui/src/screens/Console/EventDestinations/AddEventDestination.tsx b/portal-ui/src/screens/Console/EventDestinations/AddEventDestination.tsx index ebe6b20d3..3cc03d3a5 100644 --- a/portal-ui/src/screens/Console/EventDestinations/AddEventDestination.tsx +++ b/portal-ui/src/screens/Console/EventDestinations/AddEventDestination.tsx @@ -185,7 +185,7 @@ const AddEventDestination = ({ label={ navigate(IAM_PAGES.EVENT_DESTINATIONS_ADD)} /> @@ -213,8 +213,8 @@ const AddEventDestination = ({
- {targetElement ? targetElement.targetTitle : ""} - Notification Endpoint + {targetElement ? targetElement.targetTitle : ""} Event + Destination
diff --git a/portal-ui/src/screens/Console/EventDestinations/ConfirmDeleteDestinationModal.tsx b/portal-ui/src/screens/Console/EventDestinations/ConfirmDeleteDestinationModal.tsx index 1f2e79258..6ce07a3df 100644 --- a/portal-ui/src/screens/Console/EventDestinations/ConfirmDeleteDestinationModal.tsx +++ b/portal-ui/src/screens/Console/EventDestinations/ConfirmDeleteDestinationModal.tsx @@ -26,7 +26,7 @@ const ConfirmDeleteDestinationModal = ({ confirmationContent={ - Are you sure you want to delete the notification endpoint ? + Are you sure you want to delete the event destination ?
{serviceName} which is {status}
diff --git a/portal-ui/src/screens/Console/EventDestinations/ListEventDestinations.tsx b/portal-ui/src/screens/Console/EventDestinations/ListEventDestinations.tsx index e39cf789e..d4d24d4c1 100644 --- a/portal-ui/src/screens/Console/EventDestinations/ListEventDestinations.tsx +++ b/portal-ui/src/screens/Console/EventDestinations/ListEventDestinations.tsx @@ -232,14 +232,14 @@ const ListEventDestinations = ({ classes }: IListNotificationEndpoints) => { ]} isLoading={isLoading} records={filteredRecords} - entityName="Notification Endpoints" + entityName="Event Destinations" idField="service_name" customPaperHeight={classes.twHeight} />
} help={