diff --git a/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.vue b/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.vue
index d58e53b26e..d2e7afbaba 100644
--- a/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.vue
+++ b/contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeListItem/index.vue
@@ -153,12 +153,12 @@
-
@@ -209,7 +209,6 @@
import { ContentKindsNames } from 'shared/leUtils/ContentKinds';
import { RolesNames } from 'shared/leUtils/Roles';
import ImageOnlyThumbnail from 'shared/views/files/ImageOnlyThumbnail';
- import IconButton from 'shared/views/IconButton';
import ToggleText from 'shared/views/ToggleText';
import ContextMenuCloak from 'shared/views/ContextMenuCloak';
import DraggableHandle from 'shared/views/draggable/DraggableHandle';
@@ -223,7 +222,6 @@
DraggableHandle,
ContextMenuCloak,
ImageOnlyThumbnail,
- IconButton,
ContentNodeValidator,
ContentNodeChangedIcon,
ToggleText,
diff --git a/contentcuration/contentcuration/frontend/channelEdit/views/TreeView/TreeViewBase.vue b/contentcuration/contentcuration/frontend/channelEdit/views/TreeView/TreeViewBase.vue
index 007e332d41..cdb0899e63 100644
--- a/contentcuration/contentcuration/frontend/channelEdit/views/TreeView/TreeViewBase.vue
+++ b/contentcuration/contentcuration/frontend/channelEdit/views/TreeView/TreeViewBase.vue
@@ -73,9 +73,10 @@
v-on="on"
>
{{ $formatNumber(errorsInChannel) }}
-
- warning
-
+
+
{{ $tr('incompleteDescendantsText', { count: errorsInChannel }) }}
diff --git a/contentcuration/contentcuration/frontend/shared/views/AppBar.vue b/contentcuration/contentcuration/frontend/shared/views/AppBar.vue
index f437e06e51..98ab6c7272 100644
--- a/contentcuration/contentcuration/frontend/shared/views/AppBar.vue
+++ b/contentcuration/contentcuration/frontend/shared/views/AppBar.vue
@@ -31,21 +31,35 @@