diff --git a/contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/ReviewSelectionsPage.vue b/contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/ReviewSelectionsPage.vue
index 17f6ab7242..dae3b9e35a 100644
--- a/contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/ReviewSelectionsPage.vue
+++ b/contentcuration/contentcuration/frontend/channelEdit/views/ImportFromChannels/ReviewSelectionsPage.vue
@@ -21,7 +21,13 @@
:class="getTitleClass(node)"
:text="getTitle(node)"
@click="preview(node)"
- />
+ >
+
+
+
{{ $tr('resourcesInTopic', { count: numberOfResources(node) }) }}