Skip to content

Commit

Permalink
Fixed type alert page
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Dec 17, 2024
1 parent 80f6ac9 commit 7f27862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/includes/easyparliament/templates/html/alert/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
<h2><?= gettext('Keywords alerts') ?></h2>
<!-- Go to Create alert page -->
<?php if (!$alerts) { ?>
<p><?= gettext('You haven´t created any keyword alerts.') ?></p>
<p><?= gettext("You haven't created any keyword alerts.") ?></p>
<?php } ?>
</div>
<form action="<?= $actionurl ?>" method="post">
Expand Down

0 comments on commit 7f27862

Please sign in to comment.