[develop | DONE | FIXED]: orcid.component.ts: Typo fixes in message shown when granting access to OpenAIRE.

This commit is contained in:
Konstantina Galouni 2024-07-09 16:26:48 +03:00
parent 853b072c62
commit 1f00fae364
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ export class OrcidComponent {
window.close();
}
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);
} else {
this.message = "<div>Thank you for connecting your ORCID iD with OpenAIRE!</div>" +