Skip to content

Commit 15604e4

Browse files
author
Tim Davies
committed
Tweak to state or region
1 parent e285144 commit 15604e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prefix_finder/frontend/templates/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h2 class="text-center">Find an organization identifier...</h2>
4141
</select>
4242
{% if lookups.subnational %}
4343
<div class="indented-option">
44-
<div class="select-label">In the state of...</div>
44+
<div class="select-label">In the state or region of...</div>
4545
<select name="subnational" class="selectpicker" data-live-search="true" data-width="280px" onchange="this.form.submit()">
4646
<option value="">Any subnational location</option>
4747
{% for code, title, disabled in lookups.subnational %}

0 commit comments

Comments
 (0)