diff --git a/src/components/cards/CardMenuEntries.vue b/src/components/cards/CardMenuEntries.vue
index 74d704cc9d..42967e21e7 100644
--- a/src/components/cards/CardMenuEntries.vue
+++ b/src/components/cards/CardMenuEntries.vue
@@ -16,27 +16,35 @@
{{ t('deck', 'Edit title') }}
+
+
+
{{ t('deck', 'Assign to me') }}
+
+
+
{{ t('deck', 'Unassign myself') }}
+
+
+
{{ card.done ? t('deck', 'Mark as not done') : t('deck', 'Mark as done') }}
+
+
+
{{ t('deck', 'Move/copy card') }}
+
+
+
{{ t('deck', 'Delete card') }}
diff --git a/src/components/navigation/AppNavigationBoard.vue b/src/components/navigation/AppNavigationBoard.vue
index 4c02e3cf62..52db1e1e12 100644
--- a/src/components/navigation/AppNavigationBoard.vue
+++ b/src/components/navigation/AppNavigationBoard.vue
@@ -28,15 +28,19 @@
-
+
+
+
{{ t('deck', 'Board details') }}
+
+
+
{{ t('deck', 'Edit board') }}
+
+
+
{{ t('deck', 'Export board') }}
@@ -76,50 +82,62 @@
-
+
+
+
+
{{ t('deck', 'Due date reminders') }}
+
+
+
{{ t('deck', 'All cards') }}
+
+
+
{{ t('deck', 'Assigned cards') }}
+
+
+
{{ t('deck', 'No notifications') }}
+
+
+
{{ dueDateReminderText }}
+
+
+
{{ t('deck', 'Delete board') }}
@@ -164,7 +182,7 @@