From ec77a004a2c9edcd1016ac1a8d906782968eae50 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 28 Jul 2016 20:49:38 -0400 Subject: [PATCH] Search --- app/views/customers/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>