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

dahn 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 b429e843cd1 created VPC message a little less misleading (#9396)
b429e843cd1 is described below

commit b429e843cd12c8688f260cb771ca8e6020fa158e
Author: dahn <[email protected]>
AuthorDate: Mon Aug 12 12:07:12 2024 -0700

    created VPC message a little less misleading (#9396)
---
 ui/public/locales/en.json          | 3 ++-
 ui/src/views/network/CreateVpc.vue | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ui/public/locales/en.json b/ui/public/locales/en.json
index e922819fc66..166097778c0 100644
--- a/ui/public/locales/en.json
+++ b/ui/public/locales/en.json
@@ -3304,7 +3304,8 @@
 "message.success.add.tag": "Successfully added new tag",
 "message.success.add.tungsten.router.table": "Successfully added Router Table",
 "message.success.add.tungsten.routing.policy": "Successfully added 
Tungsten-Fabric routing policy",
-"message.success.add.vpc.network": "Successfully added VPC Network",
+"message.success.add.vpc": "Successfully added a Virtual Private Cloud",
+"message.success.add.vpc.network": "Successfully added a VPC network",
 "message.success.add.vpn.customer.gateway": "Successfully added VPN customer 
gateway",
 "message.success.add.vpn.gateway": "Successfully added VPN gateway",
 "message.success.assign.vm": "Successfully assigned Instance",
diff --git a/ui/src/views/network/CreateVpc.vue 
b/ui/src/views/network/CreateVpc.vue
index 199eac29ca6..b96f256b363 100644
--- a/ui/src/views/network/CreateVpc.vue
+++ b/ui/src/views/network/CreateVpc.vue
@@ -340,7 +340,7 @@ export default {
         }
         this.loading = true
         const title = this.$t('label.add.vpc')
-        const description = this.$t('message.success.add.vpc.network')
+        const description = this.$t('message.success.add.vpc')
         api('createVPC', params).then(json => {
           const jobId = json.createvpcresponse.jobid
           if (jobId) {

Reply via email to