diff options
| author | benpiano800 <51756721+benpiano800@users.noreply.github.com> | 2025-06-12 10:24:43 -0500 |
|---|---|---|
| committer | Bnyro <bnyro@tutanota.com> | 2025-06-23 23:01:29 +0200 |
| commit | b47ee0a4e338f86761cb871496852b71594fceb0 (patch) | |
| tree | 502f4bea70ef8a10667f855a77cab2c3205ee3d3 /searx/templates | |
| parent | cacfe54153de06e8a0f488366d60d03d1184da63 (diff) | |
[chore] docs: various grammatical fixes
Diffstat (limited to 'searx/templates')
7 files changed, 9 insertions, 9 deletions
diff --git a/searx/templates/simple/preferences/center_alignment.html b/searx/templates/simple/preferences/center_alignment.html index fa94da3ad..b449c39d9 100644 --- a/searx/templates/simple/preferences/center_alignment.html +++ b/searx/templates/simple/preferences/center_alignment.html @@ -11,6 +11,6 @@ >{{- '' -}} </p>{{- '' -}} <div class="description"> - {{- _('Displays results in the center of the page (Oscar layout).') -}} + {{- _('Display results in the center of the page (Oscar layout).') -}} </div>{{- '' -}} </fieldset>{{- '' -}} diff --git a/searx/templates/simple/preferences/cookies.html b/searx/templates/simple/preferences/cookies.html index da69228b2..4b9d4687a 100644 --- a/searx/templates/simple/preferences/cookies.html +++ b/searx/templates/simple/preferences/cookies.html @@ -1,6 +1,6 @@ <p class="text-muted"> {{- _('This is the list of cookies and their values SearXNG is storing on your computer.') }} - <br>{{- _('With that list, you can assess SearXNG transparency.') -}} + <br>{{- _('With this list, you can assess the transparency of SearXNG.') -}} <br>{{- '' -}} </p> {% if cookies %} diff --git a/searx/templates/simple/preferences/footer.html b/searx/templates/simple/preferences/footer.html index ec14eb74b..63b6b150c 100644 --- a/searx/templates/simple/preferences/footer.html +++ b/searx/templates/simple/preferences/footer.html @@ -1,6 +1,6 @@ <p class="small_font"> - {{- _('These settings are stored in your cookies, this allows us not to store this data about you.') -}} - <br>{{- _("These cookies serve your sole convenience, we don't use these cookies to track you.") -}} + {{- _('These settings are stored in your cookies. This allows us not to store this data about you.') -}} + <br>{{- _("These cookies serve your sole convenience; we don't use them to track you.") -}} </p>{{- '' -}} <input type="submit" value="{{ _('Save') }}">{{- '' -}} diff --git a/searx/templates/simple/preferences/image_proxy.html b/searx/templates/simple/preferences/image_proxy.html index d79a57b16..db29fa084 100644 --- a/searx/templates/simple/preferences/image_proxy.html +++ b/searx/templates/simple/preferences/image_proxy.html @@ -11,6 +11,6 @@ >{{- '' -}} </p>{{- '' -}} <div class="description"> - {{- _('Proxying image results through SearXNG') -}} + {{- _('Proxy image results through SearXNG') -}} </div>{{- '' -}} </fieldset>{{- '' -}} diff --git a/searx/templates/simple/preferences/infinite_scroll.html b/searx/templates/simple/preferences/infinite_scroll.html index 4ed34e438..f5bcf1c95 100644 --- a/searx/templates/simple/preferences/infinite_scroll.html +++ b/searx/templates/simple/preferences/infinite_scroll.html @@ -11,6 +11,6 @@ >{{- '' -}} </p>{{- '' -}} <div class="description" id="pref_infinite_scroll"> - {{- _('Automatically load next page when scrolling to bottom of current page') -}} + {{- _('Automatically load the next page when scrolling to the bottom of the current page') -}} </div>{{- '' -}} </fieldset>{{- '' -}} diff --git a/searx/templates/simple/preferences/search_on_category_select.html b/searx/templates/simple/preferences/search_on_category_select.html index b7700b3b8..5fdef3651 100644 --- a/searx/templates/simple/preferences/search_on_category_select.html +++ b/searx/templates/simple/preferences/search_on_category_select.html @@ -11,6 +11,6 @@ >{{- '' -}} </p>{{- '' -}} <div class="description" id="pref_search_on_category_select"> - {{- _('Perform search immediately if a category selected. Disable to select multiple categories') -}} + {{- _('Perform a search immediately if a category is selected. Disable to select multiple categories') -}} </div>{{- '' -}} -</fieldset>{{- '' -}}
\ No newline at end of file +</fieldset>{{- '' -}} diff --git a/searx/templates/simple/preferences/theme.html b/searx/templates/simple/preferences/theme.html index 1fdaeac12..c17650808 100644 --- a/searx/templates/simple/preferences/theme.html +++ b/searx/templates/simple/preferences/theme.html @@ -11,7 +11,7 @@ </select>{{- '' -}} </div>{{- '' -}} <div class="description"> - {{- _('Change SearXNG layout') -}} + {{- _('Change the layout of SearXNG') -}} </div>{{- '' -}} </fieldset>{{- '' -}} |