[develop | DONE | FIXED]: orcid.component.ts: Typo fixes in message shown when granting access to OpenAIRE.
This commit is contained in:
parent
853b072c62
commit
1f00fae364
|
@ -95,7 +95,7 @@ export class OrcidComponent {
|
||||||
window.close();
|
window.close();
|
||||||
}
|
}
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.message += "<div class='uk-margin-top'>If this widnow does not close authomatically, please close it and continue!</div>";
|
this.message += "<div class='uk-margin-top'>If this window does not close automatically, please close it and continue!</div>";
|
||||||
}, 3000);
|
}, 3000);
|
||||||
} else {
|
} else {
|
||||||
this.message = "<div>Thank you for connecting your ORCID iD with OpenAIRE!</div>" +
|
this.message = "<div>Thank you for connecting your ORCID iD with OpenAIRE!</div>" +
|
||||||
|
|
Loading…
Reference in New Issue