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:
parent
e839155f48
commit
b6b97e3c0f
@ -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,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user