Skip to content

Commit

Permalink
Fix tiny search page typo (#2439)
Browse files Browse the repository at this point in the history
Somthing isn't a word :)
  • Loading branch information
mleray authored Nov 14, 2024
1 parent dfc64e4 commit 0686d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/search.twig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<p class="search-info">{{ exception ?? __( 'We\'re sorry we couldn\'t find any matches for your search term.', 'planet4-master-theme' ) }}</p>
<ul class="search-help-info">
<li>{{ __( 'Check for typos, and try your search again', 'planet4-master-theme' ) }}</li>
<li>{{ __( 'Try searching for somthing else', 'planet4-master-theme' ) }}</li>
<li>{{ __( 'Try searching for something else', 'planet4-master-theme' ) }}</li>
</ul>
{% endif %}
</div>
Expand Down

0 comments on commit 0686d3a

Please sign in to comment.