Skip to content

Commit 6688c8c

Browse files
Pearl1594sureshanaparti
authored andcommitted
UI: Fix missing labels (apache#11102)
Co-authored-by: Suresh Kumar Anaparti <[email protected]>
1 parent b379f59 commit 6688c8c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ui/public/locales/en.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2481,6 +2481,7 @@
24812481
"label.threshold": "Threshold",
24822482
"label.threshold.description": "Value for which the Counter will be evaluated with the Operator selected",
24832483
"label.thursday": "Thursday",
2484+
"label.tier0gateway": "Tier-0 Gateway",
24842485
"label.time": "Time",
24852486
"label.timeout": "Timeout",
24862487
"label.timeout.in.second ": " Timeout (seconds)",
@@ -2499,6 +2500,7 @@
24992500
"label.traffic.label": "Traffic label",
25002501
"label.traffic.types": "Traffic types",
25012502
"label.traffictype": "Traffic type",
2503+
"label.transportzone": "Transport Zone",
25022504
"label.transportzoneuuid": "Transport zone UUID",
25032505
"label.trigger.shutdown": "Trigger Safe Shutdown",
25042506
"label.true": "True",
@@ -2822,6 +2824,8 @@
28222824
"label.bucket.update": "Update Bucket",
28232825
"label.bucket.delete": "Delete Bucket",
28242826
"label.quotagib": "Quota in GiB",
2827+
"label.quotagb": "Quota in GB",
2828+
"label.edgecluster": "Edge Cluster",
28252829
"label.encryption": "Encryption",
28262830
"label.etcdnodes": "Number of etcd nodes",
28272831
"label.versioning": "Versioning",

ui/src/views/infra/network/ServiceProvidersTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ export default {
11181118
],
11191119
lists: [
11201120
{
1121-
title: 'label.nsx.controller',
1121+
title: 'label.nsx.provider',
11221122
api: 'listNsxControllers',
11231123
mapping: {
11241124
zoneid: {

0 commit comments

Comments
 (0)