Skip to content

Commit

Permalink
spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Nov 14, 2024
1 parent d5e75e5 commit f017fcb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<?php } ?>

<div class="alert-page-subsection">
<label for="words[]"><?= gettext('What word or phrase would you like to recieve alerts about?') ?></label>
<label for="words[]"><?= gettext('What word or phrase would you like to receive alerts about?') ?></label>
<?php if (isset($errors['alertsearch']) && $submitted) { ?>
<span class="alert-page-error"><?= $errors['alertsearch'] ?></span>
<?php } ?>
Expand All @@ -51,7 +51,7 @@
</div>

<div class="alert-page-subsection">
<label for="exclusions"><?= gettext('Is there anything you would not like to recieve alerts about? (optional)') ?></label>
<label for="exclusions"><?= gettext('Is there anything you would not like to receive alerts about? (optional)') ?></label>
<input type="text" id="exclusions" name="exclusions" aria-required="true" value="<?= _htmlspecialchars($exclusions) ?>" placeholder="Eg. 'Freedom of Information', 'FOI'">
</div>

Expand Down

0 comments on commit f017fcb

Please sign in to comment.