1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-04 01:18:20 +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:
sjaanus 2022-11-30 08:18:49 +01:00 committed by GitHub
parent 7ce38ffe89
commit 9ac6b945be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1391,7 +1391,7 @@ class FeatureToggleService {
)
) {
throw new Error(
`Change requests are enabled for ${project} in ${environment} environment`,
`Change requests are enabled in project "${project}" for environment "${environment}"`,
);
}
}