From 4bb84d98b38e23ed18a7864a946217c120b1b8af Mon Sep 17 00:00:00 2001 From: liushuyu Date: Tue, 10 Dec 2019 00:55:46 -0700 Subject: [PATCH] DownloadConfig: fix error message display --- ui/src/views/DownloadConfig.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/DownloadConfig.vue b/ui/src/views/DownloadConfig.vue index b4280f2..1bdde99 100644 --- a/ui/src/views/DownloadConfig.vue +++ b/ui/src/views/DownloadConfig.vue @@ -40,7 +40,7 @@ export default { } else { that.$router.replace({ name: 'showerr', - params: { msg: this.$i18n.t('download_config.error_download_config', { msg: e }) } + params: { msg: that.$i18n.t('download_config.error_download_config', { msg: e }) } }) } })