From 00c1509549455c8c23d69182e8a5946f745b1b44 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 5 Mar 2025 16:42:25 +0000 Subject: update string to match with the autotime string --- include/text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/text.php b/include/text.php index dda3e4934..5c433f23c 100644 --- a/include/text.php +++ b/include/text.php @@ -2002,7 +2002,7 @@ function format_poll($item,$s,$opts) { $message .= t('Poll has ended'); } else { - $message .= sprintf(t('Poll ends in %s'), ''); + $message .= sprintf(t('Poll ends %s'), ''); } } -- cgit v1.2.3