UI: Copy changes for peering detail page

pull/14975/head
Jasmine W 2 years ago
parent 3872a36d93
commit 56e3c0884e

@ -33,7 +33,7 @@ export default class PeeringsProvider extends Component {
];
if (isReceiver) {
tabs = [...tabs, { label: 'Addresses', route: 'dc.peers.show.addresses' }];
tabs = [...tabs, { label: 'Server Addresses', route: 'dc.peers.show.addresses' }];
}
return tabs.map((tab) => new Tab({ ...tab, currentRouteName: router.currentRouteName, owner }));

@ -141,10 +141,10 @@ dc:
exported:
count: |
{count} exported services
tooltip: The number of services exported from {name}
tab-tooltip: Services exported from {name}
tooltip: The number of services exported to {name}
tab-tooltip: Services exported to {name}
addresses:
tooltip: The number of services exported from {name}
tooltip: The number of services exported to {name}
show:
imported:
empty:

Loading…
Cancel
Save