Fix plugin installation

This commit is contained in:
Louis Lam
2023-01-28 19:00:13 +08:00
parent 1dc2546a39
commit ddce8f0cb0
5 changed files with 38 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ export default {
this.remotePluginList = res.pluginList;
this.remotePluginListMsg = "";
} else {
this.remotePluginListMsg = this.$t("loadingError") + " " + res.message;
this.remotePluginListMsg = this.$t("loadingError") + " " + res.msg;
}
});
}