diff --git a/src/components/AppNavigation/Trashbin.vue b/src/components/AppNavigation/Trashbin.vue
index f0942cfc0..6c7efb29b 100644
--- a/src/components/AppNavigation/Trashbin.vue
+++ b/src/components/AppNavigation/Trashbin.vue
@@ -48,7 +48,7 @@ License along with this library. If not, see .
@@ -59,7 +59,7 @@ License along with this library. If not, see .
@@ -108,7 +108,7 @@ License along with this library. If not, see .
{{ n('tasks', 'Elements in the trash bin are deleted after {numDays} day', 'Elements in the trash bin are deleted after {numDays} days', retentionDuration, { numDays: retentionDuration }) }}
-
+
diff --git a/src/components/AppSidebar/Alarm/AlarmDateTimePickerModal.vue b/src/components/AppSidebar/Alarm/AlarmDateTimePickerModal.vue
index cc8b64c85..8876ae375 100644
--- a/src/components/AppSidebar/Alarm/AlarmDateTimePickerModal.vue
+++ b/src/components/AppSidebar/Alarm/AlarmDateTimePickerModal.vue
@@ -20,7 +20,7 @@
{{ t('tasks', 'Cancel') }}
-
+
{{ t('tasks', 'Create reminder') }}
diff --git a/src/components/AppSidebar/Alarm/AlarmRelativeTimePickerModal.vue b/src/components/AppSidebar/Alarm/AlarmRelativeTimePickerModal.vue
index 8f141ef5c..7b02c1701 100644
--- a/src/components/AppSidebar/Alarm/AlarmRelativeTimePickerModal.vue
+++ b/src/components/AppSidebar/Alarm/AlarmRelativeTimePickerModal.vue
@@ -48,7 +48,7 @@
{{ t('tasks', 'Cancel') }}
-
+
{{ t('tasks', 'Update reminder') }}
diff --git a/src/components/CreateMultipleTasksDialog.vue b/src/components/CreateMultipleTasksDialog.vue
index 08846a551..0036bf680 100644
--- a/src/components/CreateMultipleTasksDialog.vue
+++ b/src/components/CreateMultipleTasksDialog.vue
@@ -28,7 +28,7 @@ License along with this library. If not, see .
{{ t('tasks', 'Cancel') }}
{{ t('tasks', 'Create tasks') }}
diff --git a/src/components/DeleteCompletedModal.vue b/src/components/DeleteCompletedModal.vue
index 4c4809369..e7c6eeaee 100644
--- a/src/components/DeleteCompletedModal.vue
+++ b/src/components/DeleteCompletedModal.vue
@@ -22,7 +22,7 @@ License along with this library. If not, see .
@@ -39,7 +39,7 @@ License along with this library. If not, see .
{{ n('tasks', 'This will delete {taskCount} completed task and its subtasks from calendar "{calendar}".', 'This will delete {taskCount} completed tasks and their subtasks from calendar "{calendar}".', initialCompletedRootTasksCount, {taskCount: initialCompletedRootTasksCount, calendar: calendar.displayName}, { sanitize: false, escape: false }) }}
-
diff --git a/src/components/LoadCompletedButton.vue b/src/components/LoadCompletedButton.vue
index 471bdacbe..df2f93309 100644
--- a/src/components/LoadCompletedButton.vue
+++ b/src/components/LoadCompletedButton.vue
@@ -23,7 +23,7 @@ License along with this library. If not, see .
-
diff --git a/src/components/TaskCreateDialog.vue b/src/components/TaskCreateDialog.vue
index e70b9c6a2..d53a8b240 100644
--- a/src/components/TaskCreateDialog.vue
+++ b/src/components/TaskCreateDialog.vue
@@ -56,7 +56,7 @@ License along with this library. If not, see .
{{ t('tasks', 'Cancel') }}
{{ t('tasks', 'Create task') }}
diff --git a/src/components/TaskStatusDisplay.vue b/src/components/TaskStatusDisplay.vue
index d73f4fcef..dcee9b246 100644
--- a/src/components/TaskStatusDisplay.vue
+++ b/src/components/TaskStatusDisplay.vue
@@ -23,7 +23,7 @@ License along with this library. If not, see .
diff --git a/src/views/AppContent/Calendar.vue b/src/views/AppContent/Calendar.vue
index 2dadfe588..3f1d76584 100644
--- a/src/views/AppContent/Calendar.vue
+++ b/src/views/AppContent/Calendar.vue
@@ -32,7 +32,7 @@ License along with this library. If not, see .
collection-id="uncompleted" />