mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +00:00
20 lines
508 B
Plaintext
20 lines
508 B
Plaintext
## Email sent to DSpace users when they BTE batch import fails.
|
|
##
|
|
## Parameters: {0} the export error
|
|
## {1} the URL to the feedback page
|
|
##
|
|
##
|
|
## See org.dspace.core.Email for information on the format of this file.
|
|
##
|
|
#set($subject = 'DSpace - The batch import was not completed.')
|
|
The batch import you initiated from the DSpace UI was not completed, due to the following reason:
|
|
${params[0]}
|
|
|
|
For more information you may contact your system administrator:
|
|
${params[1]}
|
|
|
|
|
|
|
|
The DSpace Team
|
|
|