mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
BUGFIX: reminder modal title from translation
This commit is contained in:
parent
7d6b23f32d
commit
3b1f1f6337
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue