diff --git a/app/views/classified_listings/_form.html.erb b/app/views/classified_listings/_form.html.erb index b5b4b2e35..b8a2ff9db 100644 --- a/app/views/classified_listings/_form.html.erb +++ b/app/views/classified_listings/_form.html.erb @@ -78,7 +78,7 @@

Listings Require Credits

<% end %>
- You have <%= pluralize @credits.size, "credit" %> available — Buy More + You have <%= pluralize @credits.size, "credit" %> available — Buy More
<% if @organizations.present? %>
@@ -88,7 +88,7 @@ <% end %> has <%= @organizations.first.unspent_credits_count %> credits - - Buy More + Buy More
<%= javascript_pack_tag "orgCreditsSelector", defer: true %> <% end %>