diff --git a/CHANGELOG.md b/CHANGELOG.md index 5daf7fb..0156db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Release Notes ## Upcomming Version +- Correcting the message when someone wants to exile a Traveller - Correcting Leviathan's english description - Correcting "Late Night Drive By"'s name - Adding a token "Used" to the Doomsayer diff --git a/src/components/Vote.vue b/src/components/Vote.vue index a8185ec..48970ac 100644 --- a/src/components/Vote.vue +++ b/src/components/Vote.vue @@ -6,9 +6,14 @@
- {{ nominator.name }} {{ locale.vote.nominated }} + {{ nominator.name }} + {{ + nominee.role.team == "traveler" + ? locale.vote.callexile + : locale.vote.nominates + }} {{ nominee.name }}! + >{{ locale.vote.exclam }}