mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[fix] small fixes in preferences view's text
This commit is contained in:
@@ -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]}
|
||||
|
||||
Reference in New Issue
Block a user