diff --git a/src/components/Join.vue b/src/components/Join.vue index 268d0c6..f257320 100644 --- a/src/components/Join.vue +++ b/src/components/Join.vue @@ -272,6 +272,10 @@ export default { } }, }, + activeLanguage() { + // Null status on language change, we don't know what status we are in so we can't get the right string. + this.loadingMessage = null; + } }, methods: { getRoomInfo() {