EME initials - fixed grammar

This commit is contained in:
Andreas Kristiansen
2025-05-27 10:28:39 +02:00
parent 182e4d0b8a
commit 0314950533
2 changed files with 2 additions and 2 deletions

View File

@@ -37,5 +37,5 @@ if ($intials_array) {
echo '</tbody></table>';
} else {
echo __("No EME QSO(s) was found.");
echo __("No EME QSOs were found.");
}

View File

@@ -33,7 +33,7 @@
</form>
<div class="resulttable"></div>
<?php } else {
echo __("No EME QSO(s) was found.");
echo __("No EME QSOs were found.");
} ?>
</div>