diff --git a/app/views/plans/_share_form.html.erb b/app/views/plans/_share_form.html.erb index 824ec17..8d5f202 100644 --- a/app/views/plans/_share_form.html.erb +++ b/app/views/plans/_share_form.html.erb @@ -6,7 +6,7 @@
<%= f.label :visibility_privately_visible, raw("#{f.radio_button :visibility, :privately_visible}\ - #{_('Private: visible to you, specified collaborators and institutional administrators')}") %> + #{_('Private: visible to me, specified collaborators and administrators at my organisation')}") %>
<%= f.label :visibility_organisationally_visible, raw("#{f.radio_button :visibility, :organisationally_visible} #{_('Organisation: anyone at my organisation can view')}") %>