Skip to content

Commit 0df6435

Browse files
authored
Fix typo - closes #164
when you can located -> when you **have** located
1 parent 377e71b commit 0df6435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prefix_finder/frontend/templates/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1>{{ org_list.name.en }} <span>({{ org_list.code }})</span></h1>
2020
</div>
2121

2222
<div class="single-sidebar__block single-sidebar--dark">
23-
<p>The code for this list is <br/><code>{{ org_list.code }}</code>. When you can located the organization you wish to identify in this list, you should either:</p>
23+
<p>The code for this list is <br/><code>{{ org_list.code }}</code>. When you have located the organization you wish to identify in this list, you should either:</p>
2424
<p>Enter it in an identifier database field prefixed with <code>{{ org_list.code }}</code>.</p>
2525
<h2>Example</h2>
2626
<pre>

0 commit comments

Comments
 (0)