mirror of
https://github.com/searxng/searxng.git
synced 2026-09-25 23:56:05 +00:00
[fix] categories: rename stock_images category to stock images (#6760)
Category ``stock_images`` is referenced to as ``stock images`` everywhere else, so SXNG didn't find any translation for ``stock_images``.
This commit is contained in:
@@ -18,7 +18,7 @@ about = {
|
||||
|
||||
base_url = 'https://unsplash.com/'
|
||||
search_url = base_url + 'napi/search/photos?'
|
||||
categories = ["stock_images"]
|
||||
categories = ["stock images"]
|
||||
page_size = 20
|
||||
paging = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user