From 1ded9881d619b374811e5c3d1f10ccdab0a5590e Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Sat, 13 Aug 2022 10:57:46 -0500 Subject: [PATCH] Lowercase am/pm in some instances --- www/polls/get.php | 6 +++--- www/polls/votes/get.php | 2 +- www/polls/votes/index.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/polls/get.php b/www/polls/get.php index 2afdbc27..d3bdf39e 100644 --- a/www/polls/get.php +++ b/www/polls/get.php @@ -31,7 +31,7 @@ catch(Exceptions\SeException $ex){

Description ?>

IsActive()){ ?> End !== null){ ?> -

This poll closes on End->format('F j, Y g:i A') ?>.

+

This poll closes on End->format('F j, Y g:i a') ?>.

You’ve already voted in this poll.

@@ -44,9 +44,9 @@ catch(Exceptions\SeException $ex){

Start !== null && $poll->Start > new DateTime()){ ?> -

This poll opens on Start->format('F j, Y g:i A') ?>.

+

This poll opens on Start->format('F j, Y g:i a') ?>.

-

This poll closed on End->format('F j, Y g:i A') ?>.

+

This poll closed on End->format('F j, Y g:i a') ?>.

View results

diff --git a/www/polls/votes/get.php b/www/polls/votes/get.php index ddae7c30..a70b1cea 100644 --- a/www/polls/votes/get.php +++ b/www/polls/votes/get.php @@ -28,7 +28,7 @@ catch(Exceptions\SeException $ex){

Thank you for voting in the PollItem->Poll->Name) ?> poll.

-

Your vote in the PollItem->Poll->Name) ?> poll was submitted on Created->format('F j, Y g:i A') ?>.

+

Your vote in the PollItem->Poll->Name) ?> poll was submitted on Created->format('F j, Y g:i a') ?>.

view results

diff --git a/www/polls/votes/index.php b/www/polls/votes/index.php index 62d42dfa..243753b4 100644 --- a/www/polls/votes/index.php +++ b/www/polls/votes/index.php @@ -17,10 +17,10 @@ catch(Exceptions\SeException $ex){

Total votes: VoteCount) ?>

IsActive()){ ?> End !== null){ ?> -

This poll closes on End->format('F j, Y g:i A') ?>.

+

This poll closes on End->format('F j, Y g:i a') ?>.

End !== null){ ?> -

This poll closed on End->format('F j, Y g:i A') ?>.

+

This poll closed on End->format('F j, Y g:i a') ?>.