diff --git a/src/store/locale/en/roles.json b/src/store/locale/en/roles.json index a92b485..20ff487 100644 --- a/src/store/locale/en/roles.json +++ b/src/store/locale/en/roles.json @@ -1582,8 +1582,8 @@ "otherNight": 0, "otherNightReminder": "", "reminders": [ - "Poisoned", - "Died today" + "Lunch", + "Poisoned" ], "setup": false, "ability": "You have the ability of the recently killed executee. If they are evil, you are poisoned until a good player dies by execution." diff --git a/src/store/locale/fr/roles.json b/src/store/locale/fr/roles.json index 50597b1..a8ccf06 100644 --- a/src/store/locale/fr/roles.json +++ b/src/store/locale/fr/roles.json @@ -1586,8 +1586,8 @@ "otherNight": 0, "otherNightReminder": "", "reminders": [ - "Empoisonné", - "Mort" + "Dîner", + "Empoisonné" ], "setup": false, "ability": "Vous avez la capacité du dernier joueur mort par exécution. S'il était Mauvais, vous êtes empoisonné jusqu'à ce qu'un joueur Bon meure par exécution."