diff --git a/resources/i18n/en.json b/resources/i18n/en.json
index f3236251cf..234967231e 100644
--- a/resources/i18n/en.json
+++ b/resources/i18n/en.json
@@ -132,6 +132,7 @@
"collection.form.tableofcontents": "News (HTML)",
"collection.form.title": "Name",
"collection.page.browse.recent.head": "Recent Submissions",
+ "collection.page.browse.recent.empty": "No items to show",
"collection.page.license": "License",
"collection.page.news": "News",
"community.create.head": "Create a Community",
diff --git a/src/app/+collection-page/collection-page.component.html b/src/app/+collection-page/collection-page.component.html
index ddfa17e580..2b16bc1ca6 100644
--- a/src/app/+collection-page/collection-page.component.html
+++ b/src/app/+collection-page/collection-page.component.html
@@ -53,7 +53,7 @@