Skip to content

Commit

Permalink
ui: fix typos for peer service imports
Browse files Browse the repository at this point in the history
  • Loading branch information
krastin committed Jul 4, 2023
1 parent dc6ea1b commit 4669c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/packages/consul-ui/translations/routes/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ dc:
<div>
{items, select,
0 {Services must be exported from one peer to another to enable service communication across two peers. There don't seem to be any services imported from {name} yet, or you may not have <code>services:read</code> permissions to access to this view.}
other {No services where found matching that search, or you may not have access to view the services you are searching for.}
other {No services were found matching that search, or you may not have access to view the services you are searching for.}
}
</div>
exported:
Expand All @@ -162,7 +162,7 @@ dc:
<div>
{items, select,
0 {Services must be exported from one peer to another to enable service communication across two peers. There don't seem to be any services exported to {name} yet, or you may not have <code>services:read</code> permissions to access to this view.}
other {No services where found matching that search, or you may not have access to view the services you are searching for.}
other {No services were found matching that search, or you may not have access to view the services you are searching for.}
}
</div>
Expand Down

0 comments on commit 4669c09

Please sign in to comment.