3112: minor label updates
[arvados.git] / apps / workbench / app / views / application / _report_issue_popup.html.erb
index 4a56fded84878a9516d610ba4557e36c3c228e7b..31c76d09d9dedb545e7184b3c8b8e8524961c08f 100644 (file)
@@ -80,9 +80,9 @@
 
         <% if @popup_params[:popup_type] == 'report' %>
           <div class="form-group">
-            <label for="report_text_label" class="col-sm-4 control-label"> Report text </label>
+            <label for="report_text_label" class="col-sm-4 control-label"> Found a problem? Tell us what happened </label>
             <div class="col-sm-8">
-              <textarea class="form-control" rows="1" name="report_text" type="text"/>
+              <textarea class="form-control" rows="1" id="report_issue_text" name="report_issue_text" type="text"/>
             </div>
           </div>
         <% end %>