mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-14 01:16:17 +02:00
Fix super small text issue (#2473)
Fix super small text issue Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
This commit is contained in:
parent
7ce38ffe89
commit
9ac6b945be
@ -1391,7 +1391,7 @@ class FeatureToggleService {
|
|||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
`Change requests are enabled for ${project} in ${environment} environment`,
|
`Change requests are enabled in project "${project}" for environment "${environment}"`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user