mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 18:42:33 +02:00
[enh] translations && informations @ preferences
This commit is contained in:
parent
e23d2ed376
commit
b62b3966b5
3 changed files with 23 additions and 7 deletions
|
@ -4,7 +4,6 @@
|
|||
<div class="row">
|
||||
<h2>{{ _('Preferences') }}</h2>
|
||||
|
||||
|
||||
<form method="post" action="/preferences" id="search_form">
|
||||
<fieldset>
|
||||
<legend>{{ _('Default categories') }}</legend>
|
||||
|
@ -22,6 +21,11 @@
|
|||
</select>
|
||||
</p>
|
||||
</fieldset>
|
||||
<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.") }}
|
||||
</p>
|
||||
|
||||
<input type="submit" value="{{ _('save') }}" />
|
||||
</form>
|
||||
<div class="right"><a href="/">{{ _('back') }}</a></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue