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