diff --git a/src/components/ingame/TieC.vue b/src/components/ingame/TieC.vue index 873c33e..30e0858 100644 --- a/src/components/ingame/TieC.vue +++ b/src/components/ingame/TieC.vue @@ -21,7 +21,7 @@ function getCardImagePath(cardPath: string) { function selectTie(tieIndex: number) { wb.sendAndWait("PickTie", { cardIndex: tieIndex }).then( $q.notify({ - message: "You've successfully picked your tieCard", + message: "You've successfully picked your tieCard!", color: "positive", position: "top" })