l10n: Changed casing of words

Reported at Transifex.

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
This commit is contained in:
rakekniven 2020-05-03 17:28:21 +02:00 committed by GitHub
parent 553dff074d
commit 6cb0fa4536
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,6 @@
?>
<div id="emptycontent" class="">
<div class="icon-forms"></div>
<h2><?php p($l->t('Form Expired')); ?></h2>
<p><?php p($l->t('This Form has expired and is no longer taking answers')); ?></p>
<h2><?php p($l->t('Form expired')); ?></h2>
<p><?php p($l->t('This form has expired and is no longer taking answers')); ?></p>
</div>