diff --git a/app/views/repositories/_delete_record_modal.html.erb b/app/views/repositories/_delete_record_modal.html.erb
index 6e54f5833..fafb2bdb8 100644
--- a/app/views/repositories/_delete_record_modal.html.erb
+++ b/app/views/repositories/_delete_record_modal.html.erb
@@ -4,10 +4,9 @@
- <%= t("repositories.modal_delete_record.other_records") %>
+ <%= t("repositories.modal_delete_record.notice") %>
-
\ No newline at end of file
+
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 33686365e..36c65f20e 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -940,7 +940,6 @@ en:
modal_delete_record:
title: "Delete items"
notice: "Are you sure you want to delete the selected item(s)?"
- other_records: "Only items created by you will be deleted."
delete: "Delete item(s)"
modal_delete_column:
title: "Delete a column"
@@ -1017,7 +1016,6 @@ en:
modal_delete:
title: "Delete samples"
notice: "Are you sure you want to delete the selected samples?"
- other_samples: "Only samples created by you will be deleted."
delete: "Delete samples"
modal_add_custom_field:
title_html: "Add new column to team %{team}"