Commit d5a3fa9d15007a317f3d26314685b7f00e2b05f1

Authored by Luciano Prestes
1 parent 893e3c6e

Change title of search to "Software Catalog"

Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
Signed-off-by: Parley Martins <parley@outlook.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/ext/search_controller.rb
@@ -10,7 +10,7 @@ class SearchController @@ -10,7 +10,7 @@ class SearchController
10 end 10 end
11 11
12 def software_infos 12 def software_infos
13 - @titles[:software_infos] = "Software Infos" 13 + @titles[:software_infos] = _("Software Catalog")
14 @category_filters = [] 14 @category_filters = []
15 15
16 if params[:filter].blank? 16 if params[:filter].blank?