Show "Failed to join room" instead of error

Issue #140.
This commit is contained in:
N-Pex 2021-07-06 10:06:30 +02:00
parent abd3892349
commit fba929a0d7
2 changed files with 3 additions and 2 deletions

View file

@ -399,7 +399,7 @@ export default {
// TODO - handle error
console.log("Failed to join room", err);
this.loading = false;
this.loadingMessage = err.toString();
this.loadingMessage = this.$t("join.join_failed");
});
},