mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
Correcting nomination messages (#173)
Correcting nomination messages (#173)
This commit is contained in:
parent
629e07c1b8
commit
5ed68cd264
3 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
## Upcomming Version
|
||||
|
||||
- MAINT: adjustment to nomination messages
|
||||
- BUGFIX: missing translation in Roles modal
|
||||
- BUGFIX: missing translation in Night order modal
|
||||
- BUGFIX: reminder modal title from translation
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
},
|
||||
"accusation": {
|
||||
"button": "Accusation",
|
||||
"text": "$accusator accuses $accusee"
|
||||
"text": "$accusator nominates $accusee"
|
||||
},
|
||||
"defense": {
|
||||
"button": "Defense",
|
||||
|
|
|
@ -124,7 +124,7 @@
|
|||
},
|
||||
"defense": {
|
||||
"button": "Défense",
|
||||
"text": "$accusee se défend de $accusator"
|
||||
"text": "$accusee se défend contre $accusator"
|
||||
},
|
||||
"debate": {
|
||||
"button": "Débat",
|
||||
|
|
Loading…
Add table
Reference in a new issue