From aa7211dc7f7464da59fc549610c00e5b5c6af621 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Wed, 5 Mar 2014 17:13:46 +1100 Subject: [PATCH] more tooltips --- app/views/admin/enterprises/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/enterprises/_form.html.haml b/app/views/admin/enterprises/_form.html.haml index 3c9e81e151..89f35902ee 100644 --- a/app/views/admin/enterprises/_form.html.haml +++ b/app/views/admin/enterprises/_form.html.haml @@ -24,7 +24,7 @@ = f.check_box :is_distributor = f.label :is_distributor, 'Hub' .omega.two.columns - %span.with-tip{'data-powertip' => "Select 'Producer' if you are producing food like a farmer. And select 'Hub' if you are selling to end customers. You can do both."} + %span.with-tip{'data-powertip' => "Select 'Producer' if you are a primary producer of food. And select 'Hub' if you are selling to end customers. You can do both."} %a Tell me more? = f.fields_for :address do |af| %fieldset