mirror of https://github.com/apache/cloudstack.git
image: fixes missing translation (#645)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
330a3902c4
commit
bb37be5dbb
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue