Skip to content

Commit ac75fac

Browse files
authored
ui: Fix wrong label for addBrocadeVcsDevice (#5621)
1 parent 5ec7a29 commit ac75fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ export default {
381381
api: 'addBrocadeVcsDevice',
382382
listView: true,
383383
icon: 'plus',
384-
label: 'label.add.bigswitchbcf.device',
384+
label: 'label.add.brocadevcs.device',
385385
args: ['hostname', 'username', 'password']
386386
},
387387
{

0 commit comments

Comments
 (0)