From 6420b73c33819d5aa95a55b93cedaf0da2765715 Mon Sep 17 00:00:00 2001
From: Tim Lange <tim.lange@online.de>
Date: Thu, 7 Mar 2019 11:04:17 +0100
Subject: [PATCH] FIX: Changed poll age message to upcase (#7124)

---
 plugins/poll/config/locales/client.en.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/poll/config/locales/client.en.yml b/plugins/poll/config/locales/client.en.yml
index a57c3eb1aad..3197397895f 100644
--- a/plugins/poll/config/locales/client.en.yml
+++ b/plugins/poll/config/locales/client.en.yml
@@ -73,7 +73,7 @@ en:
 
       automatic_close:
         closes_in: "Closes in <strong>%{timeLeft}</strong>."
-        age: "closed <strong>%{age}</strong>"
+        age: "Closed <strong>%{age}</strong>"
 
       error_while_toggling_status: "Sorry, there was an error toggling the status of this poll."
       error_while_casting_votes: "Sorry, there was an error casting your votes."