diff --git a/src/components/sharing/linkSharing.vue b/src/components/sharing/linkSharing.vue index 5fede63a8..47ef4968e 100644 --- a/src/components/sharing/linkSharing.vue +++ b/src/components/sharing/linkSharing.vue @@ -146,10 +146,10 @@
@@ -228,7 +228,12 @@ type SelectedViewMapper = Record const selectedView = ref({}) -const availableViews = computed(() => Object.values(LIST_VIEWS)) +const availableViews = computed>(() => ({ + list: t('list.list.title'), + gantt: t('list.gantt.title'), + table: t('list.table.title'), + kanban: t('list.kanban.title'), +})) const copy = useCopyToClipboard() watch(