Plural form fix

main
Yasen Pramatarov 2024-10-25 12:32:53 +03:00
parent b3e3a78ed9
commit 9bfb79d036
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ echo "\n";
check period: check period:
</div> </div>
<div class="border col-md-8 text-start"> <div class="border col-md-8 text-start">
<?= htmlspecialchars($agent_array['check_period']) ?> minutes <?= htmlspecialchars($agent_array['check_period']) ?> <?= ($agent_array['check_period'] == 1 ? 'minute' : 'minutes') ?>
</div> </div>
</div> </div>
<?php } ?> <?php } ?>