diff --git a/app/views/hyrax/dashboard/collections/_form_share.html.erb b/app/views/hyrax/dashboard/collections/_form_share.html.erb index c9e2d8eab..00b9e7ba0 100644 --- a/app/views/hyrax/dashboard/collections/_form_share.html.erb +++ b/app/views/hyrax/dashboard/collections/_form_share.html.erb @@ -1,8 +1,8 @@ <%# OVERRIDE Hyrax v5.0.0rc2 Use Hyrax::Groups for groups select box %> <% access_options = options_for_select([ - [t('hyrax.dashboard.collections.form_share.access_options.manager'), t('manage')], - [t('hyrax.dashboard.collections.form_share.access_options.depositor'), t('deposit')], - [t('hyrax.dashboard.collections.form_share.access_options.viewer'), t('view')]]) %> + [t('hyrax.dashboard.collections.form_share.access_options.manager'), 'manage'], + [t('hyrax.dashboard.collections.form_share.access_options.depositor'), 'deposit'], + [t('hyrax.dashboard.collections.form_share.access_options.viewer'), 'view']]) %>
<%= t('hyrax.admin.admin_sets.form.note') %>