1
0
Fork 0
mirror of https://github.com/bra1n/townsquare.git synced 2025-04-04 22:24:36 +00:00

Correcting nomination messages ()

Correcting nomination messages ()
This commit is contained in:
MRegnard 2024-04-22 20:53:12 +02:00 committed by GitHub
parent 629e07c1b8
commit 5ed68cd264
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions
CHANGELOG.md
src/store/locale

View file

@ -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

View file

@ -120,7 +120,7 @@
}, },
"accusation": { "accusation": {
"button": "Accusation", "button": "Accusation",
"text": "$accusator accuses $accusee" "text": "$accusator nominates $accusee"
}, },
"defense": { "defense": {
"button": "Defense", "button": "Defense",

View file

@ -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",