Skip to content

Commit

Permalink
Remove wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
Strift committed Feb 24, 2025
1 parent 8b3b2d0 commit f919ec2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/test-no-meilisearch.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ describe(`Test without Meilisearch running`, () => {
})

it('Should invite to start Meilisearch', () => {
cy.contains('Cannot reach Meilisearch')
cy.contains(`It seems like Meilisearch isn’t running`)
})
})
3 changes: 2 additions & 1 deletion src/components/UnreachableInstance.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ const UnreachableInstance = ({ baseUrl, onOpenApiKeyModal }) => (
mb={3}
color="gray.0"
>
Cannot reach Meilisearch at <strong>{baseUrl}</strong>.
It seems like Meilisearch isn&apos;t running at{' '}
<strong>{baseUrl}</strong>.
</Typography>
<Typography
variant="typo8"
Expand Down

0 comments on commit f919ec2

Please sign in to comment.