Skip to content

Commit

Permalink
chore(manager): tweak wording for service not found page
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Sep 20, 2024
1 parent acfca45 commit 9e82369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/services/ServiceDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const ServiceDetail = () => {
<Result
status="error"
title="Could not get service information"
subTitle={`Make sure the service registry and the ${kind} service are running.`}
subTitle={`Make sure that the service registry is running, and that the "${kind}" service exists and is running.`}
/>
) : (
<Suspense fallback={<Skeleton active={true} />}>
Expand Down

0 comments on commit 9e82369

Please sign in to comment.