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 af3378b image: fixes missing translation (#645)
af3378b is described below
commit af3378bd72212ac5ee1b9a2bd9b66d895d3b8999
Author: Hoang Nguyen <[email protected]>
AuthorDate: Tue Sep 1 10:52:02 2020 +0700
image: fixes missing translation (#645)
---
src/views/image/RegisterOrUploadIso.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/image/RegisterOrUploadIso.vue
b/src/views/image/RegisterOrUploadIso.vue
index b244a2b..8b8d5ba 100644
--- a/src/views/image/RegisterOrUploadIso.vue
+++ b/src/views/image/RegisterOrUploadIso.vue
@@ -332,7 +332,7 @@ export default {
this.loading = true
api('registerIso', params).then(json => {
this.$notification.success({
- message: 'label.action.register.iso',
+ message: this.$t('label.action.register.iso'),
description: `${this.$t('message.success.register.iso')}
${params.name}`
})
}).catch(error => {