We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577dc24 commit 260f54fCopy full SHA for 260f54f
core/ui/public/i18n/en/translation.json
@@ -1555,7 +1555,7 @@
1555
"data_received": "Data received",
1556
"data_sent": "Data sent",
1557
"system": "System",
1558
- "overviews": "Overviews",
+ "overview": "Overview",
1559
"fqdn": "FQDN",
1560
"node_id": "Node ID",
1561
"applications_count": "Applications",
core/ui/src/views/NodeDetail.vue
@@ -94,7 +94,7 @@
94
<!-- card grid -->
95
<div class="card-grid nodeinfo-grid">
96
<cv-tile :light="true">
97
- <h4 class="mg-bottom-lg">{{ $t("node_detail.overviews") }}</h4>
+ <h4 class="mg-bottom-lg">{{ $t("node_detail.overview") }}</h4>
98
<template v-if="loading.listNodes">
99
<cv-skeleton-text
100
:paragraph="true"
0 commit comments