Fix grammatical error

This commit is contained in:
G2G2G2G
2020-12-23 13:58:33 -06:00
committed by GitHub
parent 050fe904ba
commit 7d473a2f19
36 changed files with 36 additions and 36 deletions

View File

@@ -14,7 +14,7 @@
<hr>
<?php if (! empty($projects)): ?>
<h4><?= t('I want to receive notifications only for those projects:') ?></h4>
<h4><?= t('I only want to receive notifications for these projects:') ?></h4>
<?= $this->form->checkboxes('notification_projects', $projects, $notifications) ?>
<?php endif ?>