Skip to content

Commit c8179d6

Browse files
authored
Merge pull request DSpace#5306 from DSpace/backport-5275-to-dspace-9_x
[Port dspace-9_x] Fix spacing in en.json5
2 parents 9e964b4 + 41f8502 commit c8179d6

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

src/assets/i18n/en.json5

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
"500.link.home-page": "Take me to the home page",
1919

20-
"404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ",
20+
"404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page.",
2121

2222
"404.link.home-page": "Take me to the home page",
2323

@@ -2359,7 +2359,7 @@
23592359

23602360
"item.edit.bitstreams.bundle.name": "BUNDLE: {{ name }}",
23612361

2362-
"item.edit.bitstreams.bundle.table.aria-label": "Bitstreams in the {{ bundle }} Bundle",
2362+
"item.edit.bitstreams.bundle.table.aria-label": "Bitstreams in the {{ bundle }} Bundle",
23632363

23642364
"item.edit.bitstreams.bundle.tooltip": "You can move a bitstream to a different page by dropping it on the page number.",
23652365

@@ -2719,7 +2719,7 @@
27192719

27202720
"item.edit.tabs.metadata.head": "Metadata",
27212721

2722-
"item.edit.tabs.metadata.title": "Item Edit - Metadata",
2722+
"item.edit.tabs.metadata.title": "Item Edit - Metadata",
27232723

27242724
"item.edit.tabs.relationships.head": "Relationships",
27252725

@@ -2771,7 +2771,7 @@
27712771

27722772
"item.edit.tabs.status.labels.lastModified": "Last Modified",
27732773

2774-
"item.edit.tabs.status.title": "Item Edit - Status",
2774+
"item.edit.tabs.status.title": "Item Edit - Status",
27752775

27762776
"item.edit.tabs.versionhistory.head": "Version History",
27772777

@@ -2781,7 +2781,7 @@
27812781

27822782
"item.edit.tabs.view.head": "View Item",
27832783

2784-
"item.edit.tabs.view.title": "Item Edit - View",
2784+
"item.edit.tabs.view.title": "Item Edit - View",
27852785

27862786
"item.edit.withdraw.cancel": "Cancel",
27872787

@@ -4097,7 +4097,7 @@
40974097

40984098
"process.bulk.delete.error.head": "Error on deleting process",
40994099

4100-
"process.bulk.delete.error.body": "The process with ID {{processId}} could not be deleted. The remaining processes will continue being deleted. ",
4100+
"process.bulk.delete.error.body": "The process with ID {{processId}} could not be deleted. The remaining processes will continue being deleted.",
41014101

41024102
"process.bulk.delete.success": "{{count}} process(es) have been successfully deleted",
41034103

@@ -5800,7 +5800,7 @@
58005800

58015801
"submission.workflow.tasks.claimed.reject.submit": "Reject",
58025802

5803-
"submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is <strong>not</strong> suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.",
5803+
"submission.workflow.tasks.claimed.reject_help": "If you have reviewed the item and found it is <strong>not</strong> suitable for inclusion in the collection, select \"Reject\". You will then be asked to enter a message indicating why the item is unsuitable, and whether the submitter should change something and resubmit.",
58045804

58055805
"submission.workflow.tasks.claimed.return": "Return to pool",
58065806

@@ -6684,13 +6684,13 @@
66846684

66856685
"error.validation.coarnotify.invalidfilter": "Invalid filter, try to select another service or none.",
66866686

6687-
"request-status-alert-box.accepted": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> has been taken in charge.",
6687+
"request-status-alert-box.accepted": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'>{{ serviceName }}</a> has been taken in charge.",
66886688

6689-
"request-status-alert-box.rejected": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> has been rejected.",
6689+
"request-status-alert-box.rejected": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'>{{ serviceName }}</a> has been rejected.",
66906690

6691-
"request-status-alert-box.tentative_rejected": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> has been tentatively rejected. Revisions are required",
6691+
"request-status-alert-box.tentative_rejected": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'>{{ serviceName }}</a> has been tentatively rejected. Revisions are required",
66926692

6693-
"request-status-alert-box.requested": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> is pending.",
6693+
"request-status-alert-box.requested": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'>{{ serviceName }}</a> is pending.",
66946694

66956695
"ldn-service-button-mark-inbound-deletion": "Mark supported pattern for deletion",
66966696

@@ -7100,7 +7100,7 @@
71007100

71017101
"live-region.ordering.instructions": "Press spacebar to reorder {{ itemName }}.",
71027102

7103-
"live-region.ordering.status": "{{ itemName }}, grabbed. Current position in list: {{ index }} of {{ length }}. Press up and down arrow keys to change position, SpaceBar to drop, Escape to cancel.",
7103+
"live-region.ordering.status": "{{ itemName }}, grabbed. Current position in list: {{ index }} of {{ length }}. Press up and down arrow keys to change position, SpaceBar to drop, Escape to cancel.",
71047104

71057105
"live-region.ordering.moved": "{{ itemName }}, moved to position {{ index }} of {{ length }}. Press up and down arrow keys to change position, SpaceBar to drop, Escape to cancel.",
71067106

0 commit comments

Comments
 (0)