From 3a25a6929656a4b68fbae9ac3667ccac57ba4e75 Mon Sep 17 00:00:00 2001 From: Henry Jameson <me@hjkos.com> Date: Wed, 19 Mar 2025 18:17:20 +0200 Subject: [PATCH] restore missing loc string --- src/i18n/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/en.json b/src/i18n/en.json index d4585805b4..acedee5277 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -232,6 +232,7 @@ "multiple_choices": "Multiple choices", "expiry": "Poll age", "expires_at": "Poll ends {0}", + "expires_in": "Poll ends in {0}", "expired": "Poll ended {0} ago", "expired_at": "Poll ended {0}", "not_enough_options": "Too few unique options in poll", -- GitLab