Skip to content

Commit d20ac27

Browse files
committed
Update pr9885: update label on UI
1 parent 641e841 commit d20ac27

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ui/public/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1675,6 +1675,7 @@
16751675
"label.peerserviceip": "Service IP",
16761676
"label.peerserviceport": "Service Port",
16771677
"label.peerstate": "Peer State",
1678+
"label.peerstate.lastupdated": "Peer State Updated Time",
16781679
"label.pending.jobs": "Pending Jobs",
16791680
"label.per.account": "Per Account",
16801681
"label.per.zone": "Per zone",

ui/src/views/infra/ManagementServerPeerTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default {
8181
dataIndex: 'state'
8282
},
8383
{
84-
title: this.$t('label.lastupdated'),
84+
title: this.$t('label.peerstate.lastupdated'),
8585
dataIndex: 'lastupdated',
8686
slots: { customRender: 'lastupdated' }
8787
}

0 commit comments

Comments
 (0)