Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix/help text #1985

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Help users understand why they see an address picker
VirginiaDooley committed Jun 26, 2024
commit f74bd65d197b3d3675352c5d735fee79aaace05a
Original file line number Diff line number Diff line change
@@ -9,6 +9,9 @@ <h2>{% trans "We don't know of any upcoming elections in your area." %}</h2>
{% regroup postelections by election.election_date as header_elections_by_date %}
{% if address_picker %}
<h2>{% trans "Select your address" %}</h2>
<small>{% trans "The postcode you have entered is split across more than one administrative or electoral boundary." %}
<br>{% trans "Please select your address to get the correct information." %}
</small>
{% else %}
<h2>{% trans "Elections in your area" %}</h2>
{% endif %}