Backport of ui: fix typos for peer service imports into release/1.16.x (#18074)
backport of commit 4669c09db2df293ecd126a39cbe3ac8e2eaa4851 Co-authored-by: Krastin Krastev <krastin@hashicorp.com>
This commit is contained in:
parent
44460b5f95
commit
25357d43a2
|
@ -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:
|
||||
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue