BUGFIX: reminder modal title from translation

This commit is contained in:
Pingumask 2024-04-22 18:39:26 +00:00
parent 7d6b23f32d
commit 3b1f1f6337
2 changed files with 3 additions and 2 deletions

View file

@ -2,9 +2,10 @@
## Upcomming Version
- BUGFIX: reminder modal title from translation
### Version 3.18.0
- Adding a missing jinx
- Updating night order (and its print)
- Correcting automatic adding/deletion of Fabled

View file

@ -3,7 +3,7 @@
v-if="modals.reminder && availableReminders.length && players[playerIndex]"
@close="toggleModal('reminder')"
>
<h3>Apposer une marque:</h3>
<h3>{{ this.locale.modal.reminder.title }}</h3>
<ul class="reminders">
<li
v-for="reminder in availableReminders"