Information does not have a plural :)

This commit is contained in:
phl0
2024-09-29 16:37:09 +02:00
parent 434a15996e
commit 25021ecc2c

View File

@@ -22,7 +22,7 @@
</p>
<?php if($adif_errors) { ?>
<h3><?= __("Import details / possible problems")?></h3>
<p><?= __("You might have ADIF errors, the QSOs have still been added. Please check the following informations:")?></p>
<p><?= __("You might have ADIF errors, the QSOs have still been added. Please check the following information:")?></p>
<p class="card-text"><?php echo $adif_errors; ?></p>
<?php } ?>
</div>