mirror of
https://github.com/searxng/searxng.git
synced 2025-07-15 01:09:21 +02:00
[fix] small fixes in preferences view's text
This commit is contained in:
parent
204a2cbbf0
commit
59b1370824
3 changed files with 2 additions and 5 deletions
|
@ -70,4 +70,4 @@ def answer(query):
|
|||
def self_info():
|
||||
return {'name': gettext('Random value generator'),
|
||||
'description': gettext('Generate different random values'),
|
||||
'examples': [u'random {}'.format(x) for x in random_types]}
|
||||
'examples': [u'random {}'.format(x.decode('utf-8')) for x in random_types]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue