mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
Chore: rename Project Insight -> Project health (#8374)
Small copy update. The new square looks like this: ![image](https://github.com/user-attachments/assets/60d525a1-954d-49f1-928a-bbc35d516840)
This commit is contained in:
parent
2905b560bd
commit
e1f3315f57
@ -136,7 +136,7 @@ test('Render personal dashboard for a long running project', async () => {
|
||||
await screen.findByText(
|
||||
'We have gathered projects and flags you have favorited or owned',
|
||||
);
|
||||
await screen.findByText('Project Insight');
|
||||
await screen.findByText('Project health');
|
||||
await screen.findByText('70%'); // avg health past window
|
||||
await screen.findByText('someone created a flag');
|
||||
await screen.findByText('Member');
|
||||
|
@ -138,7 +138,7 @@ export const ProjectSetupComplete: FC<{
|
||||
<ActionBox>
|
||||
<TitleContainer>
|
||||
<Lightbulb color='primary' />
|
||||
<ProjectInsight>Project Insight</ProjectInsight>
|
||||
<ProjectInsight>Project health</ProjectInsight>
|
||||
</TitleContainer>
|
||||
|
||||
<Health>
|
||||
|
Loading…
Reference in New Issue
Block a user