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:
parent
c75f88b473
commit
4d140b61fc
@ -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>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user