mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 12:35:39 +01:00
DownloadConfig: fix error message display
This commit is contained in:
parent
1dbf078728
commit
4bb84d98b3
@ -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 }) }
|
||||
})
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user