You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/09/14 11:22:38 UTC

[cloudstack-primate] branch master updated: Fix small typo in message (#709)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 05ce102  Fix small typo in message (#709)
05ce102 is described below

commit 05ce102b3224a2c4dbb2933658d9d2c99bdd608c
Author: Rakesh <ra...@gmail.com>
AuthorDate: Mon Sep 14 13:22:31 2020 +0200

    Fix small typo in message (#709)
    
    Co-authored-by: Rakesh Venkatesh <r....@global.leaseweb.com>
---
 src/views/network/IpAddressesTab.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/network/IpAddressesTab.vue b/src/views/network/IpAddressesTab.vue
index 7b84f37..4055584 100644
--- a/src/views/network/IpAddressesTab.vue
+++ b/src/views/network/IpAddressesTab.vue
@@ -272,7 +272,7 @@ export default {
           errorMethod: () => {
             this.fetchData()
           },
-          loadingMessage: `${this.$t('label.acquiring.ip')}} ${this.$t('label.for')} ${this.resource.name} ${this.$t('label.is.in.progress')}}`,
+          loadingMessage: `${this.$t('label.acquiring.ip')} ${this.$t('label.for')} ${this.resource.name} ${this.$t('label.is.in.progress')}`,
           catchMessage: this.$t('error.fetching.async.job.result')
         })
       }).catch(error => {