Skip to content

Commit 80f9b6e

Browse files
authored
Fix typos in search form labels
1 parent 68c122f commit 80f9b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/home.html.twig

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Do not treat the URLs of this tool as stable; they shouldn't be used in referenc
2020
<label for="person-q" class="form-label fw-bold">Search by a person's name (or part thereof):</label>
2121
<input type="text" class="form-control" name="q" id="person-q" required>
2222
</p>
23-
<p><button type="submit" class="btn btn-primary">Search for places</button></p>
23+
<p><button type="submit" class="btn btn-primary">Search for people</button></p>
2424
</form>
2525
</div>
2626
<div class="col-md mb-3 px-0">
@@ -29,7 +29,7 @@ Do not treat the URLs of this tool as stable; they shouldn't be used in referenc
2929
<label for="place-q" class="form-label fw-bold">Search by place name (or part thereof):</label>
3030
<input type="text" class="form-control" name="q" id="place-q" required>
3131
</p>
32-
<p><button type="submit" class="btn btn-primary">Search for people</button></p>
32+
<p><button type="submit" class="btn btn-primary">Search for places</button></p>
3333
</form>
3434
<div>
3535
</div>

0 commit comments

Comments
 (0)