diff --git a/app/assets/stylesheets/dashboard.tweaks.css b/app/assets/stylesheets/dashboard.tweaks.css
index e34bed3..6dd0332 100644
--- a/app/assets/stylesheets/dashboard.tweaks.css
+++ b/app/assets/stylesheets/dashboard.tweaks.css
@@ -22,6 +22,10 @@ nav.breadcrumb a {
align-content: center
}
+.selected-facet {
+ margin-right: 1.5em;
+}
+
/* Access eligibility (rights_statement) checkboxes */
div.form-group.check_boxes {
div.checkbox {
diff --git a/app/views/hyrax/collections/show.html.erb b/app/views/hyrax/collections/show.html.erb
index 6d200a0..0310547 100644
--- a/app/views/hyrax/collections/show.html.erb
+++ b/app/views/hyrax/collections/show.html.erb
@@ -34,7 +34,6 @@
<% unless @presenter.total_viewable_items.blank? %>
- <%= @presenter.total_viewable_items %>
<%= pluralize(@presenter.total_viewable_items, t('.item_count')) %>
<% unless @presenter.creator.blank? %>
diff --git a/config/locales/hyrax.en.yml b/config/locales/hyrax.en.yml
index 3a0f3f6..9cd7782 100644
--- a/config/locales/hyrax.en.yml
+++ b/config/locales/hyrax.en.yml
@@ -31,6 +31,15 @@ en:
subject_tesim: Subject
title_tesim: Title
hyrax:
+ admin:
+ workflows:
+ index:
+ header: Review Submissions
+ heading:
+ work: Work
+ depositor: Depositor
+ submission_date: Submission Date
+ status: Status
account_name: My Institution Account Id
contact_form:
notice: Please use the contact form to submit inquiries about this system; to report a problem you are experiencing with the system; to request assistance using the system; or to provide general feedback.