diff options
| author | benpiano800 <51756721+benpiano800@users.noreply.github.com> | 2025-06-11 18:51:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-12 01:51:24 +0200 |
| commit | e58ed0fdba3eeedafe08a04099a95e0e9c0de177 (patch) | |
| tree | d3d2902b5f2305e8aa2fc80f057a49b94f6ec100 /searx/templates/simple/preferences | |
| parent | 8888d71ab9391a8865959aa125cc7a1ae537f0b8 (diff) | |
[chore] Preferences: Fix grammatical error in results_on_new_tab.html (#4909)
Diffstat (limited to 'searx/templates/simple/preferences')
| -rw-r--r-- | searx/templates/simple/preferences/results_on_new_tab.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/templates/simple/preferences/results_on_new_tab.html b/searx/templates/simple/preferences/results_on_new_tab.html index 2e05bca01..3c3208252 100644 --- a/searx/templates/simple/preferences/results_on_new_tab.html +++ b/searx/templates/simple/preferences/results_on_new_tab.html @@ -1,5 +1,5 @@ <fieldset>{{- '' -}} - <legend id="pref_results_on_new_tab">{{ _('Results on new tabs') }}</legend>{{- '' -}} + <legend id="pref_results_on_new_tab">{{ _('Results in new tabs') }}</legend>{{- '' -}} <p class="value">{{- '' -}} <input type="checkbox" {{- ' ' -}} name="results_on_new_tab" {{- ' ' -}} @@ -11,6 +11,6 @@ >{{- ' ' -}} </p>{{- '' -}} <div class="description"> - {{- _('Open result links on new browser tabs') -}} + {{- _('Open result links in new browser tabs') -}} </div>{{- '' -}} </fieldset>{{- '' -}} |