This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new ac75fac  ui: Fix wrong label for addBrocadeVcsDevice (#5621)
ac75fac is described below

commit ac75facb15f1a4ec7fe3aef7709fee714b21e366
Author: davidjumani <[email protected]>
AuthorDate: Mon Oct 25 14:20:40 2021 +0530

    ui: Fix wrong label for addBrocadeVcsDevice (#5621)
---
 ui/src/views/infra/network/ServiceProvidersTab.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/views/infra/network/ServiceProvidersTab.vue 
b/ui/src/views/infra/network/ServiceProvidersTab.vue
index 187aad3..5c7f0d6 100644
--- a/ui/src/views/infra/network/ServiceProvidersTab.vue
+++ b/ui/src/views/infra/network/ServiceProvidersTab.vue
@@ -381,7 +381,7 @@ export default {
               api: 'addBrocadeVcsDevice',
               listView: true,
               icon: 'plus',
-              label: 'label.add.bigswitchbcf.device',
+              label: 'label.add.brocadevcs.device',
               args: ['hostname', 'username', 'password']
             },
             {

Reply via email to