mirror of https://github.com/hashicorp/consul
ui: fix typos for peer service imports (#17999)
parent
1b08626358
commit
7decc305b9
|
@ -152,7 +152,7 @@ dc:
|
||||||
<div>
|
<div>
|
||||||
{items, select,
|
{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.}
|
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>
|
</div>
|
||||||
exported:
|
exported:
|
||||||
|
@ -162,7 +162,7 @@ dc:
|
||||||
<div>
|
<div>
|
||||||
{items, select,
|
{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.}
|
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>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue