We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e285144 commit 15604e4Copy full SHA for 15604e4
prefix_finder/frontend/templates/home.html
@@ -41,7 +41,7 @@ <h2 class="text-center">Find an organization identifier...</h2>
41
</select>
42
{% if lookups.subnational %}
43
<div class="indented-option">
44
- <div class="select-label">In the state of...</div>
+ <div class="select-label">In the state or region of...</div>
45
<select name="subnational" class="selectpicker" data-live-search="true" data-width="280px" onchange="this.form.submit()">
46
<option value="">Any subnational location</option>
47
{% for code, title, disabled in lookups.subnational %}
0 commit comments