Skip to content

Commit 1c9e175

Browse files
larsgwegonw
authored andcommitted
Slightly update error message again
1 parent 5a56ec8 commit 1c9e175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scholia/app/templates/404-doi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
crossrefLink.setAttribute('href', crossrefUrl)
2525
crossrefLink.textContent = crossrefUrl
2626
if (error.message.includes("status code 404")) {
27-
$( '#qs' ).after( "No metadata found for DOI. Please check the DOI for mistakes. The metadata may be unvailable because the publisher has not (yet) submitted metadata to their DOI Registration Agency (e.g. Crossref or DataCite). If the DOI is newly minted, please check again in 1–4 weeks. You can check Crossref at ", crossrefLink )
27+
$( '#qs' ).after( "No metadata found for DOI. Please check the DOI for mistakes. The metadata may be unvailable if the publisher has not (yet) submitted metadata to their DOI Registration Agency (e.g. Crossref or DataCite). If the DOI is newly minted, please check again in 1–4 weeks. You can check Crossref at ", crossrefLink )
2828
} else {
2929
console.error(error)
3030
}

0 commit comments

Comments
 (0)