Merge branch 'louislam:master' into group-monitors

This commit is contained in:
Peace
2023-02-01 20:44:09 +01:00
committed by GitHub
20 changed files with 156 additions and 51 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;
}
});
}