diff --git a/ui/src/views/image/RegisterOrUploadIso.vue b/ui/src/views/image/RegisterOrUploadIso.vue index b244a2bda52..8b8d5ba2e3b 100644 --- a/ui/src/views/image/RegisterOrUploadIso.vue +++ b/ui/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 => {