diff --git a/resources/i18n/en.json b/resources/i18n/en.json
index e75441c477..63ee598199 100644
--- a/resources/i18n/en.json
+++ b/resources/i18n/en.json
@@ -18,6 +18,10 @@
"head": "Item Mapper - Map Items from Other Collections",
"collection": "Collection: \"{{name}}\"",
"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.",
+ "tabs": {
+ "browse": "Browse",
+ "map": "Map"
+ },
"return": "Return"
}
},
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 1f7dd29396..3fdbdb4e7e 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
@@ -14,30 +14,23 @@
-