Skip to content

Commit

Permalink
Fix super small text issue (#2473)
Browse files Browse the repository at this point in the history
Fix super small text issue

Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
  • Loading branch information
sjaanus and thomasheartman committed Nov 30, 2022
1 parent 7ce38ff commit 9ac6b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/services/feature-toggle-service.ts
Expand Up @@ -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}"`,
);
}
}
Expand Down

0 comments on commit 9ac6b94

Please sign in to comment.