diff --git a/resources/i18n/en.json5 b/resources/i18n/en.json5
index 82e372ea56..0ad08652b5 100644
--- a/resources/i18n/en.json5
+++ b/resources/i18n/en.json5
@@ -128,8 +128,28 @@
"collection.delete.notification.fail": "Collection could not be deleted",
"collection.delete.notification.success": "Successfully deleted collection",
"collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"",
+
"collection.edit.delete": "Delete this collection",
"collection.edit.head": "Edit Collection",
+
+ "collection.edit.item-mapper.cancel": "Cancel",
+ "collection.edit.item-mapper.collection": "Collection: \"{{name}}\"",
+ "collection.edit.item-mapper.confirm": "Map selected items",
+ "collection.edit.item-mapper.description": "This is the item mapper tool that allows collection administrators to map items from other collections into this collection. You can search for items from other collections and map them, or browse the list of currently mapped items.",
+ "collection.edit.item-mapper.head": "Item Mapper - Map Items from Other Collections",
+ "collection.edit.item-mapper.no-search": "Please enter a query to search",
+ "collection.edit.item-mapper.notifications.map.error.content": "Errors occurred for mapping of {{amount}} items.",
+ "collection.edit.item-mapper.notifications.map.error.head": "Mapping errors",
+ "collection.edit.item-mapper.notifications.map.success.content": "Successfully mapped {{amount}} items.",
+ "collection.edit.item-mapper.notifications.map.success.head": "Mapping completed",
+ "collection.edit.item-mapper.notifications.unmap.error.content": "Errors occurred for removing the mappings of {{amount}} items.",
+ "collection.edit.item-mapper.notifications.unmap.error.head": "Remove mapping errors",
+ "collection.edit.item-mapper.notifications.unmap.success.content": "Successfully removed the mappings of {{amount}} items.",
+ "collection.edit.item-mapper.notifications.unmap.success.head": "Remove mapping completed",
+ "collection.edit.item-mapper.remove": "Remove selected item mappings",
+ "collection.edit.item-mapper.tabs.browse": "Browse mapped items",
+ "collection.edit.item-mapper.tabs.map": "Map new items",
+
"collection.form.abstract": "Short Description",
"collection.form.description": "Introductory text (HTML)",
"collection.form.errors.title.required": "Please enter a collection name",
@@ -139,29 +159,13 @@
"collection.form.tableofcontents": "News (HTML)",
"collection.form.title": "Name",
- "collection.item-mapper.cancel": "Cancel",
- "collection.item-mapper.collection": "Collection: \"{{name}}\"",
- "collection.item-mapper.confirm": "Map selected items",
- "collection.item-mapper.description": "This is the item mapper tool that allows collection administrators to map items from other collections into this collection. You can search for items from other collections and map them, or browse the list of currently mapped items.",
- "collection.item-mapper.head": "Item Mapper - Map Items from Other Collections",
- "collection.item-mapper.notifications.map.error.content": "Errors occurred for mapping of {{amount}} items.",
- "collection.item-mapper.notifications.map.error.head": "Mapping errors",
- "collection.item-mapper.notifications.map.success.content": "Successfully mapped {{amount}} items.",
- "collection.item-mapper.notifications.map.success.head": "Mapping completed",
- "collection.item-mapper.notifications.unmap.error.content": "Errors occurred for removing the mappings of {{amount}} items.",
- "collection.item-mapper.notifications.unmap.error.head": "Remove mapping errors",
- "collection.item-mapper.notifications.unmap.success.content": "Successfully removed the mappings of {{amount}} items.",
- "collection.item-mapper.notifications.unmap.success.head": "Remove mapping completed",
- "collection.item-mapper.remove": "Remove selected item mappings",
- "collection.item-mapper.tabs.browse": "Browse",
- "collection.item-mapper.tabs.map": "Map",
-
"collection.page.browse.recent.head": "Recent Submissions",
"collection.page.browse.recent.empty": "No items to show",
"collection.page.license": "License",
"collection.page.news": "News",
"collection.select.confirm": "Confirm selected",
+ "collection.select.empty": "No collections to show",
"collection.select.table.title": "Title",
"community.create.head": "Create a Community",
@@ -258,6 +262,7 @@
"item.edit.item-mapper.description": "This is the item mapper tool that allows administrators to map this item to other collections. You can search for collections and map them, or browse the list of collections the item is currently mapped to.",
"item.edit.item-mapper.head": "Item Mapper - Map Item to Collections",
"item.edit.item-mapper.item": "Item: \"{{name}}\"",
+ "item.edit.item-mapper.no-search": "Please enter a query to search",
"item.edit.item-mapper.notifications.add.error.content": "Errors occurred for mapping of item to {{amount}} collections.",
"item.edit.item-mapper.notifications.add.error.head": "Mapping errors",
"item.edit.item-mapper.notifications.add.success.content": "Successfully mapped item to {{amount}} collections.",
@@ -266,8 +271,8 @@
"item.edit.item-mapper.notifications.remove.error.head": "Removal of mapping errors",
"item.edit.item-mapper.notifications.remove.success.content": "Successfully removed mapping of item to {{amount}} collections.",
"item.edit.item-mapper.notifications.remove.success.head": "Removal of mapping completed",
- "item.edit.item-mapper.tabs.browse": "Browse",
- "item.edit.item-mapper.tabs.map": "Map",
+ "item.edit.item-mapper.tabs.browse": "Browse mapped collections",
+ "item.edit.item-mapper.tabs.map": "Map new collections",
"item.edit.metadata.add-button": "Add",
"item.edit.metadata.discard-button": "Discard",
@@ -401,6 +406,7 @@
"item.page.uri": "URI",
"item.select.confirm": "Confirm selected",
+ "item.select.empty": "No items to show",
"item.select.table.author": "Author",
"item.select.table.collection": "Collection",
"item.select.table.title": "Title",
diff --git a/src/app/+collection-page/collection-item-mapper/collection-item-mapper.component.html b/src/app/+collection-page/collection-item-mapper/collection-item-mapper.component.html
index 23e23b5c25..af4153220f 100644
--- a/src/app/+collection-page/collection-item-mapper/collection-item-mapper.component.html
+++ b/src/app/+collection-page/collection-item-mapper/collection-item-mapper.component.html
@@ -1,20 +1,20 @@