Conversation
Co-authored-by: Matus Kasak <matus.kasak@dataquest.sk>
saschaszott
left a comment
There was a problem hiding this comment.
Thank you, @Kasinhou . This all seems reasonable to me. This PR is ready to be merged.
|
|
||
| "submission.workflow.tasks.claimed.reject.submit": "Reject", | ||
|
|
||
| "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.", |
There was a problem hiding this comment.
@Kasinhou , could you please replace the two blanks after the first sentence by a single blank.
|
|
||
| "error.validation.coarnotify.invalidfilter": "Invalid filter, try to select another service or none.", | ||
|
|
||
| "request-status-alert-box.accepted": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> has been taken in charge.", |
There was a problem hiding this comment.
@Kasinhou , could you please remove the blanks atfer > and before </a>.
|
|
||
| "request-status-alert-box.accepted": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> has been taken in charge.", | ||
|
|
||
| "request-status-alert-box.rejected": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> has been rejected.", |
There was a problem hiding this comment.
@Kasinhou , could you please remove the blanks atfer > and before </a>.
|
|
||
| "request-status-alert-box.rejected": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> has been rejected.", | ||
|
|
||
| "request-status-alert-box.tentative_rejected": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> has been tentatively rejected. Revisions are required", |
There was a problem hiding this comment.
@Kasinhou , could you please remove the blanks atfer > and before </a>.
|
|
||
| "request-status-alert-box.tentative_rejected": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> has been tentatively rejected. Revisions are required", | ||
|
|
||
| "request-status-alert-box.requested": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> is pending.", |
There was a problem hiding this comment.
@Kasinhou , could you please remove the blanks atfer > and before </a>.
found several translations with spacing issues
Description
Fix spacing issues in en.json5 translation file.
Checklist
This checklist provides a reminder of what we are going to look for when reviewing your PR. You do not need to complete this checklist prior creating your PR (draft PRs are always welcome).
However, reviewers may request that you complete any actions in this list if you have not done so. If you are unsure about an item in the checklist, don't hesitate to ask. We're here to help!
mainbranch of code (unless it is a backport or is fixing an issue specific to an older branch).npm run lintnpm run check-circ-deps)package.json), I've made sure their licenses align with the DSpace BSD License based on the Licensing of Contributions documentation.