l10n: Fixed typo

Reported at Transifex.

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
This commit is contained in:
rakekniven 2020-04-30 18:25:57 +02:00 committed by GitHub
parent 38f4f1aa03
commit 70d039ffed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,5 +25,5 @@
<div id="emptycontent" class="">
<div class="icon-forms"></div>
<h2><?php p($l->t('Form not found')); ?></h2>
<p><?php p($l->t('This form does not exists')); ?></p>
<p><?php p($l->t('This form does not exist')); ?></p>
</div>