1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

Fixed naming (#1134)

This commit is contained in:
sellinjaanus 2022-07-14 07:07:25 +00:00 committed by GitHub
parent 9d74fd976d
commit 625cc43ef9

View File

@ -41,8 +41,8 @@ export const EnvironmentActionCell = ({
refetchPermissions();
setToastData({
type: 'success',
title: 'Project environment deleted',
text: 'You have successfully deleted the project environment.',
title: 'Environment deleted',
text: `You have successfully deleted the ${environment.name} environment.`,
});
} catch (error: unknown) {
setToastApiError(formatUnknownError(error));