diff --git a/app/views/plans/_share_form.html.erb b/app/views/plans/_share_form.html.erb index 0dcb932..f216bb5 100644 --- a/app/views/plans/_share_form.html.erb +++ b/app/views/plans/_share_form.html.erb @@ -103,7 +103,7 @@
<%= _('Click below to give data management staff at your organisation access to read and comment on your plan.') %>
<%= _('You can continue to edit and download the plan in the interim.') %>
@@ -111,4 +111,4 @@ <%= link_to _('Request feedback'), request_feedback_plan_path, class: "btn btn-default#{' disabled' if @plan.feedback_requested?}" %> <%= _("Feedback has been requested.") if @plan.feedback_requested? %> -<% end %> \ No newline at end of file +<% end %>