app/views/wiki/search.rhtml in instiki-0.10.1 vs app/views/wiki/search.rhtml in instiki-0.10.2
- old
+ new
@@ -22,10 +22,10 @@
<% end %>
</ul>
<% end %>
<% if (@results + @title_results).empty? %>
- <h2>No pages contains "<%= @params["query"] %>" </h2>
+ <h2>No pages contain "<%= @params["query"] %>" </h2>
<p>
Perhaps you should try expanding your query. Remember that Instiki searches for entire
phrases, so if you search for "all that jazz" it will not match pages that contain these
words in separation—only as a sentence fragment.
</p>