diff options
author | Martin Fischer <martin@push-f.com> | 2022-10-08 07:48:15 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-10-08 07:48:15 +0200 |
commit | f8b420057e07a17456a10db714aa1b7d0faf8098 (patch) | |
tree | 54b403d109f3aa812ab3f91fa6122c62e0b71c8a | |
parent | 9066e158af51282c623bf71671e41b1893365b77 (diff) |
sort message in i18n/en.json
-rw-r--r-- | i18n/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/en.json b/i18n/en.json index a432e42..0a69dc8 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -14,6 +14,7 @@ "vote-comment": "Comment", "vote-submit": "Submit", "vote-error-unknown-attribute": "Unknown attribute '$1' for <vote> tag", + "vote-error-end": "Failed to parse end date (expected YYYY-MM-DD).", "vote-error-missing-newline": "Please add a line break before </vote>", "vote-error-one-vote-per-page": "There can only be one active vote per page (and it has to be the first one).", "vote-already-yes": "You already voted to approve.", @@ -21,7 +22,6 @@ "vote-already-abstain": "You already chose to abstain.", "vote-change": "Change your vote from $1 to $2.", "vote-end": "This vote will end on $1.", - "vote-error-end": "Failed to parse end date (expected YYYY-MM-DD).", "vote-cancelled": "The vote has been cancelled.", "pages-with-open-votes-category": "Pages with open votes", "pages-with-vote-errors-category": "Pages with vote errors" |