Skip to content

Commit c6c734d

Browse files
committed
Update searchbar placeholder and label text for clarity on input options
1 parent 911b10b commit c6c734d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

templates/components/searchbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<label
99
class="searchbar__label"
1010
for="searchbar"
11-
>Enter an IP address/prefix, ASN, country code or community</label
11+
>Enter an IP address/prefix, ASN, hostname or community</label
1212
><input
1313
class="searchbar__input"
1414
type="text"
1515
role="searchbox"
1616
autocomplete="off"
1717
id="searchbar"
18-
placeholder="Enter an IP address/prefix, ASN, country code or community"
18+
placeholder="Enter an IP address/prefix, ASN, hostname or community"
1919
name="query"
2020
/>
2121
</form>

templates/pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1 class="container__heading">
2727
role="searchbox"
2828
autocomplete="off"
2929
id="searchbar"
30-
placeholder="Enter an IP address/prefix, ASN, country code or hostname"
30+
placeholder="Enter an IP address/prefix, ASN, hostname or community"
3131
autofocus
3232
/>
3333
<div class="search__quickstart">

0 commit comments

Comments
 (0)