Skip to content

Commit 260f54f

Browse files
committed
fix: correct translation key from 'overviews' to 'overview' in NodeDetail component
1 parent 577dc24 commit 260f54f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/ui/public/i18n/en/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@
15551555
"data_received": "Data received",
15561556
"data_sent": "Data sent",
15571557
"system": "System",
1558-
"overviews": "Overviews",
1558+
"overview": "Overview",
15591559
"fqdn": "FQDN",
15601560
"node_id": "Node ID",
15611561
"applications_count": "Applications",

core/ui/src/views/NodeDetail.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<!-- card grid -->
9595
<div class="card-grid nodeinfo-grid">
9696
<cv-tile :light="true">
97-
<h4 class="mg-bottom-lg">{{ $t("node_detail.overviews") }}</h4>
97+
<h4 class="mg-bottom-lg">{{ $t("node_detail.overview") }}</h4>
9898
<template v-if="loading.listNodes">
9999
<cv-skeleton-text
100100
:paragraph="true"

0 commit comments

Comments
 (0)