aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2025-03-05 16:42:25 +0000
committerMario <mario@mariovavti.com>2025-03-05 16:42:25 +0000
commit00c1509549455c8c23d69182e8a5946f745b1b44 (patch)
treed847e1859f7ecd7c37a0e1d50eb077a58dd63921 /include
parent8122c402520680ab31178e90434d761150d99769 (diff)
downloadvolse-hubzilla-00c1509549455c8c23d69182e8a5946f745b1b44.tar.gz
volse-hubzilla-00c1509549455c8c23d69182e8a5946f745b1b44.tar.bz2
volse-hubzilla-00c1509549455c8c23d69182e8a5946f745b1b44.zip
update string to match with the autotime string
Diffstat (limited to 'include')
-rw-r--r--include/text.php2
1 files changed, 1 insertions, 1 deletions
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'), '<span class="autotime" title="' . $t . '"></span>');
+ $message .= sprintf(t('Poll ends %s'), '<span class="autotime" title="' . $t . '"></span>');
}
}