Skip to content

Commit f98bde8

Browse files
committed
UI: Fix missing labels
1 parent ba0204f commit f98bde8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ui/public/locales/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2305,6 +2305,7 @@
23052305
"label.threshold": "Threshold",
23062306
"label.threshold.description": "Value for which the Counter will be evaluated with the Operator selected",
23072307
"label.thursday": "Thursday",
2308+
"label.tier0gateway": "Tier-0 Gateway",
23082309
"label.time": "Time",
23092310
"label.timeout": "Timeout",
23102311
"label.timeout.in.second ": " Timeout (seconds)",
@@ -2323,6 +2324,7 @@
23232324
"label.traffic.label": "Traffic label",
23242325
"label.traffic.types": "Traffic types",
23252326
"label.traffictype": "Traffic type",
2327+
"label.transportzone": "Transport Zone",
23262328
"label.transportzoneuuid": "Transport zone UUID",
23272329
"label.trigger.shutdown": "Trigger Safe Shutdown",
23282330
"label.true": "True",
@@ -2631,6 +2633,7 @@
26312633
"label.bucket.update": "Update Bucket",
26322634
"label.bucket.delete": "Delete Bucket",
26332635
"label.quotagb": "Quota in GB",
2636+
"label.edgecluster": "Edge Cluster",
26342637
"label.encryption": "Encryption",
26352638
"label.versioning": "Versioning",
26362639
"label.objectlocking": "Object Lock",

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)