Skip to content

Commit 86db5b8

Browse files
committed
fix ui label
1 parent 9ef4c64 commit 86db5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/infra/zone/ZoneWizard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export default {
159159
{
160160
name: 'network',
161161
title: 'label.network',
162-
step: ['physicalNetwork', 'nsx', 'netris', 'tungsten', 'netscaler', 'pod', 'guestTraffic', 'storageTraffic', 'publicTraffic', 'nsxPublicTraffic', 'netrisPublixTraffic'],
162+
step: ['physicalNetwork', 'nsx', 'netris', 'tungsten', 'netscaler', 'pod', 'guestTraffic', 'storageTraffic', 'publicTraffic', 'nsxPublicTraffic', 'netrisPublicTraffic'],
163163
description: this.$t('message.network.description'),
164164
hint: this.$t('message.network.hint')
165165
},

0 commit comments

Comments
 (0)