diff --git a/app/views/customers/index.html.erb b/app/views/customers/index.html.erb index f3d2bdf..06e749d 100644 --- a/app/views/customers/index.html.erb +++ b/app/views/customers/index.html.erb @@ -20,7 +20,7 @@ <% end %> <% else %> -
There are no posts containing the term(s) <%= params[:search] %>.
+There are no customers containing the term(s) <%= params[:search] %>.
<% end %>