From b47ee0a4e338f86761cb871496852b71594fceb0 Mon Sep 17 00:00:00 2001 From: benpiano800 <51756721+benpiano800@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:24:43 -0500 Subject: [chore] docs: various grammatical fixes --- searx/templates/simple/preferences/center_alignment.html | 2 +- searx/templates/simple/preferences/cookies.html | 2 +- searx/templates/simple/preferences/footer.html | 4 ++-- searx/templates/simple/preferences/image_proxy.html | 2 +- searx/templates/simple/preferences/infinite_scroll.html | 2 +- searx/templates/simple/preferences/search_on_category_select.html | 4 ++-- searx/templates/simple/preferences/theme.html | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) (limited to 'searx/templates') 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 @@ >{{- '' -}}

{{- '' -}}
- {{- _('Displays results in the center of the page (Oscar layout).') -}} + {{- _('Display results in the center of the page (Oscar layout).') -}}
{{- '' -}} {{- '' -}} 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 @@

{{- _('This is the list of cookies and their values SearXNG is storing on your computer.') }} -
{{- _('With that list, you can assess SearXNG transparency.') -}} +
{{- _('With this list, you can assess the transparency of SearXNG.') -}}
{{- '' -}}

{% 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 @@

- {{- _('These settings are stored in your cookies, this allows us not to store this data about you.') -}} -
{{- _("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.') -}} +
{{- _("These cookies serve your sole convenience; we don't use them to track you.") -}}

{{- '' -}} {{- '' -}} 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 @@ >{{- '' -}}

{{- '' -}}
- {{- _('Proxying image results through SearXNG') -}} + {{- _('Proxy image results through SearXNG') -}}
{{- '' -}} {{- '' -}} 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 @@ >{{- '' -}}

{{- '' -}}
- {{- _('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') -}}
{{- '' -}} {{- '' -}} 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 @@ >{{- '' -}}

{{- '' -}}
- {{- _('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') -}}
{{- '' -}} -{{- '' -}} \ No newline at end of file +{{- '' -}} 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 @@ {{- '' -}} {{- '' -}}
- {{- _('Change SearXNG layout') -}} + {{- _('Change the layout of SearXNG') -}}
{{- '' -}} {{- '' -}} -- cgit v1.2.3