diff --git a/web/src/App.vue b/web/src/App.vue index 4aa0092..e7a1d48 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -95,7 +95,7 @@ export default { this.handleError(data); } else { this.alert = { - message: `The game has been ended by the host.`, + message: data.message, type: `info`, }; this.$store.commit(`resetState`);