diff --git a/resources/lang/en/ui.php b/resources/lang/en/ui.php index d8bb2eb0..d5e91042 100644 --- a/resources/lang/en/ui.php +++ b/resources/lang/en/ui.php @@ -3,7 +3,6 @@ return [ 'skip' => 'Skip to content', 'login' => 'Login', - 'search' => 'Search', 'npo' => 'Lolibrary Inc is a 501(c)(3) non-profit incorporated in the USA.', 'categories' => 'Categories', 'recent_items' => 'Recent Items', @@ -90,17 +89,18 @@ 'add' => 'Why not search for some items to add?', ], - // 'search' => [ - // 'brands' => 'Brands', - // 'categories' => 'Categories', - // 'tags' => 'Tags', - // 'features' => 'Features', - // 'colors' => 'Colors', - // 'match_type' => 'Match', - // 'match_any' => 'Any', - // 'match_all' => 'All', - // 'match_none' => 'None', - // ], + 'search' => [ + 'title' => 'Search', + 'brands' => 'Brands', + 'categories' => 'Categories', + 'tags' => 'Tags', + 'features' => 'Features', + 'colors' => 'Colors', + 'match_type' => 'Match', + 'match_any' => 'Any', + 'match_all' => 'All', + 'match_none' => 'None', + ], 'item' => [ 'brand' => 'Brand', diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index b48418c5..7b7414cd 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -61,11 +61,11 @@ @include('components.navbar.dropdown') @endguest -
  • {{ __('ui.search') }}
  • +
  • {{ __('ui.search.title') }}
  • - +