diff --git a/resources/i18n/en.json5 b/resources/i18n/en.json5
index 6f32718095..72dee36c23 100644
--- a/resources/i18n/en.json5
+++ b/resources/i18n/en.json5
@@ -140,9 +140,10 @@
"collection.form.title": "Name",
"collection.page.browse.recent.head": "Recent Submissions",
"collection.page.browse.recent.empty": "No items to show",
- "collection.page.handle": "Handle",
+ "collection.page.handle": "Collection Handle",
"collection.page.license": "License",
"collection.page.news": "News",
+ "collection.landing.head": "Submission date",
"community.create.head": "Create a Community",
"community.create.sub-head": "Create a Sub-Community for Community {{ parent }}",
@@ -160,9 +161,10 @@
"community.form.rights": "Copyright text (HTML)",
"community.form.tableofcontents": "News (HTML)",
"community.form.title": "Name",
- "community.page.handle": "Handle",
+ "community.page.handle": "Community Handle",
"community.page.license": "License",
"community.page.news": "News",
+ "community.landing.head": "Subcommunities and Collections",
"community.sub-collection-list.head": "Collections of this Community",
"community.sub-community-list.head": "Communities of this Community",
diff --git a/src/app/+browse-by/+browse-by-metadata-page/browse-by-metadata-page.component.html b/src/app/+browse-by/+browse-by-metadata-page/browse-by-metadata-page.component.html
index 2539b60afc..0aea0afd8c 100644
--- a/src/app/+browse-by/+browse-by-metadata-page/browse-by-metadata-page.component.html
+++ b/src/app/+browse-by/+browse-by-metadata-page/browse-by-metadata-page.component.html
@@ -12,8 +12,10 @@
-
-
+
+
diff --git a/src/app/+collection-page/collection-page.component.html b/src/app/+collection-page/collection-page.component.html
index 2b91c8ec3a..51934951f7 100644
--- a/src/app/+collection-page/collection-page.component.html
+++ b/src/app/+collection-page/collection-page.component.html
@@ -7,12 +7,13 @@
+ [alternateText]="'Collection Logo'">
-
+
@@ -23,13 +24,12 @@
[hasInnerHtml]="true"
[title]="'collection.page.news'">
-
-
+
-
-
+
+
@@ -55,23 +55,23 @@
-
-
diff --git a/src/app/+community-page/community-page.component.html b/src/app/+community-page/community-page.component.html
index 622b6f10bf..c2df1d818a 100644
--- a/src/app/+community-page/community-page.component.html
+++ b/src/app/+community-page/community-page.component.html
@@ -1,12 +1,14 @@