Skip to content

Commit

Permalink
Merge pull request #1565 from laws-africa/uncommenced
Browse files Browse the repository at this point in the history
Update notice for uncommenced legislation
  • Loading branch information
nickmwangemi authored Oct 5, 2023
2 parents 718b715 + d98a6d1 commit afbb023
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions peachjam/views/legislation.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ def get_notices(self):
notices.append(
{
"type": messages.WARNING,
"html": _(
"This %(friendly_type)s has not yet commenced and is not yet law."
)
"html": _("This %(friendly_type)s has not yet come into force.")
% {"friendly_type": friendly_type},
}
)
Expand Down

0 comments on commit afbb023

Please sign in to comment.