1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-26 01:17:00 +02:00

fix: toast text

This commit is contained in:
Fredrik Oseberg 2021-11-04 15:36:29 +01:00
parent e839155f48
commit b6b97e3c0f

View File

@ -85,7 +85,7 @@ const ProjectEnvironmentList = ({ projectId }: ProjectEnvironmentListProps) => {
return;
}
setToastData({
text: 'You must always have one active environment',
text: 'You must always have at least one active environment per project',
type: 'error',
show: true,
});