Fixed text in AddEventDestination backlink for consistency (#2646)

This commit is contained in:
jinapurapu
2023-02-08 11:21:35 -08:00
committed by GitHub
parent b0d8c332e5
commit 274b16a1a6

View File

@@ -185,7 +185,7 @@ const AddEventDestination = ({
label={
<Fragment>
<BackLink
label="Event Destination"
label="Event Destinations"
onClick={() => navigate(IAM_PAGES.EVENT_DESTINATIONS_ADD)}
/>
</Fragment>