remove unneeded label in destroy repository record modal [fixes SCI-2292]

This commit is contained in:
zmagod 2018-04-12 15:00:41 +02:00
parent fa603b54b8
commit d084998906
2 changed files with 1 additions and 3 deletions

View file

@ -4,10 +4,9 @@
<div class="modal-header"> <div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h4 class="modal-title"><%= t("repositories.modal_delete_record.title") %></h4> <h4 class="modal-title"><%= t("repositories.modal_delete_record.title") %></h4>
<%= t("repositories.modal_delete_record.notice") %>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<%= t("repositories.modal_delete_record.other_records") %> <%= t("repositories.modal_delete_record.notice") %>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal" onclick="onClickDeleteRecord();"> <button type="button" class="btn btn-primary" data-dismiss="modal" onclick="onClickDeleteRecord();">

View file

@ -957,7 +957,6 @@ en:
modal_delete_record: modal_delete_record:
title: "Delete items" title: "Delete items"
notice: "Are you sure you want to delete the selected item(s)?" 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)" delete: "Delete item(s)"
modal_delete_column: modal_delete_column:
title: "Delete a column" title: "Delete a column"