diff --git a/src/components/icons/material/index.ts b/src/components/icons/material/index.ts
index 5a910ee05a..df6eaf1fb1 100644
--- a/src/components/icons/material/index.ts
+++ b/src/components/icons/material/index.ts
@@ -136,6 +136,7 @@ import {
mdiTune,
mdiUndo,
mdiUndoVariant,
+ mdiViewAgendaOutline,
mdiViewDashboard,
mdiViewDashboardOutline,
mdiViewGridOutline,
@@ -280,6 +281,7 @@ export {
mdiTune,
mdiUndo,
mdiUndoVariant,
+ mdiViewAgendaOutline,
mdiViewDashboard,
mdiViewDashboardOutline,
mdiViewGridOutline,
diff --git a/src/components/molecules/TaskItemMenu.vue b/src/components/molecules/TaskItemMenu.vue
index 9ba35459d0..4d85ac0e3b 100644
--- a/src/components/molecules/TaskItemMenu.vue
+++ b/src/components/molecules/TaskItemMenu.vue
@@ -81,7 +81,7 @@
>
- {{ $t("common.actions.remove") }}
+ {{ $t("common.actions.delete") }}
@@ -89,7 +89,7 @@
v-model:isOpen="confirmDeleteDialogIsOpen"
:size="375"
has-buttons
- confirm-btn-title-key="common.actions.remove"
+ confirm-btn-title-key="common.actions.delete"
@dialog-confirmed="handleDelete"
>
diff --git a/src/components/organisms/vCustomDialog.vue b/src/components/organisms/vCustomDialog.vue
index d1a1b2192e..8e503755e0 100644
--- a/src/components/organisms/vCustomDialog.vue
+++ b/src/components/organisms/vCustomDialog.vue
@@ -13,8 +13,7 @@
-
-
+
+