Skip to content

Commit

Permalink
Chore: rename Project Insight -> Project health (#8374)
Browse files Browse the repository at this point in the history
Small copy update. The new square looks like this:

![image](https://github.com/user-attachments/assets/60d525a1-954d-49f1-928a-bbc35d516840)
  • Loading branch information
thomasheartman authored Oct 7, 2024
1 parent 2905b56 commit e1f3315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const ProjectSetupComplete: FC<{
<ActionBox>
<TitleContainer>
<Lightbulb color='primary' />
<ProjectInsight>Project Insight</ProjectInsight>
<ProjectInsight>Project health</ProjectInsight>
</TitleContainer>

<Health>
Expand Down

0 comments on commit e1f3315

Please sign in to comment.