mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +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
|
## Upcomming Version
|
||||||
|
|
||||||
|
- MAINT: adjustment to nomination messages
|
||||||
- BUGFIX: missing translation in Roles modal
|
- BUGFIX: missing translation in Roles modal
|
||||||
- BUGFIX: missing translation in Night order modal
|
- BUGFIX: missing translation in Night order modal
|
||||||
- BUGFIX: reminder modal title from translation
|
- BUGFIX: reminder modal title from translation
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
},
|
},
|
||||||
"accusation": {
|
"accusation": {
|
||||||
"button": "Accusation",
|
"button": "Accusation",
|
||||||
"text": "$accusator accuses $accusee"
|
"text": "$accusator nominates $accusee"
|
||||||
},
|
},
|
||||||
"defense": {
|
"defense": {
|
||||||
"button": "Defense",
|
"button": "Defense",
|
||||||
|
|
|
@ -124,7 +124,7 @@
|
||||||
},
|
},
|
||||||
"defense": {
|
"defense": {
|
||||||
"button": "Défense",
|
"button": "Défense",
|
||||||
"text": "$accusee se défend de $accusator"
|
"text": "$accusee se défend contre $accusator"
|
||||||
},
|
},
|
||||||
"debate": {
|
"debate": {
|
||||||
"button": "Débat",
|
"button": "Débat",
|
||||||
|
|
Loading…
Add table
Reference in a new issue