diff --git a/contentcuration/contentcuration/frontend/channelList/views/ChannelSet/ChannelSetList.vue b/contentcuration/contentcuration/frontend/channelList/views/ChannelSet/ChannelSetList.vue index 79fe4d0516..3443a1e855 100644 --- a/contentcuration/contentcuration/frontend/channelList/views/ChannelSet/ChannelSetList.vue +++ b/contentcuration/contentcuration/frontend/channelList/views/ChannelSet/ChannelSetList.vue @@ -11,14 +11,16 @@ justify-center > - - {{ $tr('channelSetsDescriptionText') }} @@ -26,16 +28,18 @@ {{ $tr('channelSetsInstructionsText') }} - + {{ $tr('channelSetsDisclaimer') }} - - - + + {{ $tr('cancelButtonLabel') }} - + - + @@ -86,16 +90,17 @@ import sortBy from 'lodash/sortBy'; import { mapGetters, mapActions } from 'vuex'; + import { KButton, KModal, palette } from 'kolibri-design-system'; import { RouteNames } from '../../constants'; import ChannelSetItem from './ChannelSetItem.vue'; - import MessageDialog from 'shared/views/MessageDialog'; import LoadingText from 'shared/views/LoadingText'; export default { name: 'ChannelSetList', components: { ChannelSetItem, - MessageDialog, + KButton, + KModal, LoadingText, }, data() {
{{ $tr('channelSetsDescriptionText') }} @@ -26,16 +28,18 @@
{{ $tr('channelSetsInstructionsText') }}
+
{{ $tr('channelSetsDisclaimer') }}