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:
parent
9d74fd976d
commit
625cc43ef9
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user