diff --git a/src/components/tasks/partials/attachments.vue b/src/components/tasks/partials/attachments.vue
index e38e8dc6..3c036f5f 100644
--- a/src/components/tasks/partials/attachments.vue
+++ b/src/components/tasks/partials/attachments.vue
@@ -113,8 +113,10 @@
{{ $t('task.attachment.delete') }}
- {{ $t('task.attachment.deleteText1', {filename: attachmentToDelete.file.name}) }}
- {{ $t('task.attachment.deleteText2') }}
+
+ {{ $t('task.attachment.deleteText1', {filename: attachmentToDelete.file.name}) }}
+ {{ $t('misc.cannotBeUndone') }}
+
diff --git a/src/components/tasks/partials/comments.vue b/src/components/tasks/partials/comments.vue
index cdfc4e78..0d598ee5 100644
--- a/src/components/tasks/partials/comments.vue
+++ b/src/components/tasks/partials/comments.vue
@@ -143,7 +143,7 @@
{{ $t('task.comment.deleteText1') }}
- {{ $t('task.comment.deleteText2') }}
+ {{ $t('misc.cannotBeUndone') }}
diff --git a/src/components/tasks/partials/relatedTasks.vue b/src/components/tasks/partials/relatedTasks.vue
index 2c2d74d0..5ae04a07 100644
--- a/src/components/tasks/partials/relatedTasks.vue
+++ b/src/components/tasks/partials/relatedTasks.vue
@@ -126,8 +126,10 @@
{{ $t('task.relation.delete') }}
- {{ $t('task.relation.deleteText1') }}
- {{ $t('task.relation.deleteText2') }}
+
+ {{ $t('task.relation.deleteText1') }}
+ {{ $t('misc.cannotBeUndone') }}
+
diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json
index 0edadba0..d9b77e14 100644
--- a/src/i18n/lang/en.json
+++ b/src/i18n/lang/en.json
@@ -691,7 +691,6 @@
"delete": "Delete attachment",
"deleteTooltip": "Delete this attachment",
"deleteText1": "Are you sure you want to delete the attachment {filename}?",
- "deleteText2": "This cannot be undone!",
"copyUrl": "Copy URL",
"copyUrlTooltip": "Copy the url of this attachment for usage in text"
},
@@ -704,7 +703,6 @@
"comment": "Comment",
"delete": "Delete this comment",
"deleteText1": "Are you sure you want to delete this comment?",
- "deleteText2": "This cannot be undone!",
"addedSuccess": "The comment was added successfully."
},
"deferDueDate": {
@@ -749,7 +747,6 @@
"noneYet": "No task relations yet.",
"delete": "Delete Task Relation",
"deleteText1": "Are you sure you want to delete this task relation?",
- "deleteText2": "This cannot be undone!",
"select": "Select a relation kind",
"taskRequired": "Please select a task or enter a new task title.",
"kinds": {