1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00

refactor: copy update

This commit is contained in:
Thomas Heartman 2024-10-14 11:40:24 +02:00
parent c75f88b473
commit 4d140b61fc
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

@ -235,7 +235,7 @@ export const FlagMetricsChart: FC<{
return (
<ChartContainer>
<PlaceholderFlagMetricsChart
label={`Couldn't fetch metrics for the current flag. This may be a transient error or there may be something with your flag name ("${flag.name}") that's causing issues.`}
label={`Couldn't fetch metrics for the current flag. This may be a transient error, or your flag name ("${flag.name}") may be causing issues.`}
/>
</ChartContainer>
);