1
0
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:
Thomas Heartman 2024-10-07 11:27:36 +02:00 committed by GitHub
parent 2905b560bd
commit e1f3315f57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ test('Render personal dashboard for a long running project', async () => {
await screen.findByText( await screen.findByText(
'We have gathered projects and flags you have favorited or owned', '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('70%'); // avg health past window
await screen.findByText('someone created a flag'); await screen.findByText('someone created a flag');
await screen.findByText('Member'); await screen.findByText('Member');

View File

@ -138,7 +138,7 @@ export const ProjectSetupComplete: FC<{
<ActionBox> <ActionBox>
<TitleContainer> <TitleContainer>
<Lightbulb color='primary' /> <Lightbulb color='primary' />
<ProjectInsight>Project Insight</ProjectInsight> <ProjectInsight>Project health</ProjectInsight>
</TitleContainer> </TitleContainer>
<Health> <Health>