diff --git a/contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelItem.vue b/contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelItem.vue index 5a107329c4..6fa7803c83 100644 --- a/contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelItem.vue +++ b/contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelItem.vue @@ -93,23 +93,23 @@ :to="channelDetailsLink" > - - - edit + {{ $tr('editChannel') }} @@ -155,7 +158,10 @@ @click="tokenDialog = true" > - content_copy + {{ $tr('copyToken') }} @@ -190,7 +196,10 @@ @click.stop="deleteDialog = true" > - delete + {{ $tr('deleteChannel') }} @@ -232,7 +241,6 @@ import ChannelTokenModal from 'shared/views/channel/ChannelTokenModal'; import Thumbnail from 'shared/views/files/Thumbnail'; import Languages from 'shared/leUtils/Languages'; - import IconButton from 'shared/views/IconButton'; export default { name: 'ChannelItem', @@ -240,7 +248,6 @@ ChannelStar, ChannelTokenModal, Thumbnail, - IconButton, }, props: { channelId: { diff --git a/contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelStar.vue b/contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelStar.vue index 3e94d907d2..fd9e3a82b4 100644 --- a/contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelStar.vue +++ b/contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelStar.vue @@ -2,10 +2,10 @@
- @@ -16,13 +16,10 @@