forked from GitHub/dbot
Fixed an error where I accidentally translated a tag.
This commit is contained in:
parent
7c93d43298
commit
bd91ea1171
@ -212,7 +212,7 @@
|
|||||||
},
|
},
|
||||||
"poll_created": {
|
"poll_created": {
|
||||||
"english": "Poll '{name}' created ({description}). Cast thy votations!",
|
"english": "Poll '{name}' created ({description}). Cast thy votations!",
|
||||||
"spanish" : "Votación '{name}' creado ({descripción}). ¡Emited sus votas!"
|
"spanish" : "Votación '{name}' creado ({description}). ¡Emited sus votas!"
|
||||||
},
|
},
|
||||||
"changed_vote": {
|
"changed_vote": {
|
||||||
"english": "{user} changed their vote in {poll} to '{vote}' ({count}).",
|
"english": "{user} changed their vote in {poll} to '{vote}' ({count}).",
|
||||||
|
Loading…
Reference in New Issue
Block a user