diff options
| author | benpiano800 <51756721+benpiano800@users.noreply.github.com> | 2025-06-11 19:07:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-12 02:07:30 +0200 |
| commit | a6d0333e30a79aea8aef8781cd78df0bec676bf0 (patch) | |
| tree | ead847d8843f915975dbea044ff8df5fa42877db /searx/templates/simple/preferences | |
| parent | e58ed0fdba3eeedafe08a04099a95e0e9c0de177 (diff) | |
[chore] Preferences: Make autocomplete description sound less casual (#4908)
Diffstat (limited to 'searx/templates/simple/preferences')
| -rw-r--r-- | searx/templates/simple/preferences/autocomplete.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/preferences/autocomplete.html b/searx/templates/simple/preferences/autocomplete.html index 17ee22953..0ad786b8b 100644 --- a/searx/templates/simple/preferences/autocomplete.html +++ b/searx/templates/simple/preferences/autocomplete.html @@ -12,6 +12,6 @@ </select>{{- '' -}} </div>{{- '' -}} <div class="description"> - {{- _('Find stuff as you type') -}} + {{- _('Show possible queries as you type') -}} </div>{{- '' -}} </fieldset>{{- '' -}} |