From 34bcbff811632f2e32632ef0bf3e519864c4f8a9 Mon Sep 17 00:00:00 2001 From: MRegnard <62838312+MRegnard@users.noreply.github.com> Date: Fri, 10 Nov 2023 22:10:37 +0100 Subject: [PATCH] Exile message (#115) --- CHANGELOG.md | 1 + src/components/Vote.vue | 9 +++++++-- src/store/locale/en/ui.json | 4 +++- src/store/locale/fr/ui.json | 4 +++- 4 files changed, 14 insertions(+), 4 deletions(-) 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 }}