Skip to content

Commit 42f9f06

Browse files
Fix: remove trailing whitespace in i18n keys for delete confirmation (DSpace#5044)
1 parent e2349f8 commit 42f9f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/i18n/en.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2504,9 +2504,9 @@
25042504
"item.edit.delete.success": "Successfully started a process to delete this item",
25052505

25062506
"item.edit.delete.confirmation-title": "Confirm deletion",
2507-
2507+
25082508
"item.edit.delete.confirmation-message": "Are you sure you want to permanently delete this item?",
2509-
2509+
25102510
"item.edit.delete.confirmation-detail": "This item may have been cited, has (or had) a persistent identifier (Handle/DOI), and deleting it may break scholarly references and external links.",
25112511

25122512
"item.edit.head": "Edit Item",

0 commit comments

Comments
 (0)