diff --git a/frontend/src/component/environments/EnvironmentTable/EnvironmentActionCell/EnvironmentActionCell.tsx b/frontend/src/component/environments/EnvironmentTable/EnvironmentActionCell/EnvironmentActionCell.tsx index 18709a2e99..2a2dab69b9 100644 --- a/frontend/src/component/environments/EnvironmentTable/EnvironmentActionCell/EnvironmentActionCell.tsx +++ b/frontend/src/component/environments/EnvironmentTable/EnvironmentActionCell/EnvironmentActionCell.tsx @@ -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));