diff options
author | Martin Fischer <martin@push-f.com> | 2022-10-08 09:18:02 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-10-08 09:18:23 +0200 |
commit | 303edfc83a06766f0a1526810ac697e6e5e5d2e5 (patch) | |
tree | 6092bc1991bc734f2a1257a159b33bf90595febd /i18n | |
parent | ddc0fd1c8399c225f9a198614d6f1dfc98bdcbdc (diff) |
don't count votes after end date
Thanks to waldyrious for the suggestion!
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json index e948cd7..1ca27ad 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -19,6 +19,7 @@ "vote-error-one-vote-per-page": "There can only be one active vote per page (and it has to be the first one).", "vote-error-invalid-date": "invalid date", "vote-error-invalid-vote": "invalid vote, expected one of $1", + "vote-error-too-late": "too late", "vote-already-yes": "You already voted to approve.", "vote-already-no": "You already voted to oppose.", "vote-already-abstain": "You already chose to abstain.", |