diff --git a/app/views/org_admin/annotations/_show.html.erb b/app/views/org_admin/annotations/_show.html.erb index e840fc1..4e99b1e 100644 --- a/app/views/org_admin/annotations/_show.html.erb +++ b/app/views/org_admin/annotations/_show.html.erb @@ -5,7 +5,6 @@
<%= raw example_answer.text %>
<% end %> <% if guidance.present? %> -
<%= _('Question-Level Guidance') %>
<%= raw guidance.text %>
<% end %>