diff --git a/locales/en-US/published-page.json b/locales/en-US/published-page.json index bcca2f272..558802ffc 100644 --- a/locales/en-US/published-page.json +++ b/locales/en-US/published-page.json @@ -20,7 +20,7 @@ "letUsKnowAuthorDetails": { "message": "Please let us know the other authors’ details (names and ORCID iDs), and we’ll add them to the PREreview. Our email address is {mailtoHelp}." }, - "sentEmailsToAuthos": { + "sentEmailsToAuthors": { "message": "We’ve sent emails to the other authors, inviting them to appear." }, "shareYourReview": { diff --git a/src/write-review/published-page/published-page.ts b/src/write-review/published-page/published-page.ts index 38bc2427a..9d670a5b5 100644 --- a/src/write-review/published-page/published-page.ts +++ b/src/write-review/published-page/published-page.ts @@ -64,7 +64,7 @@ export const publishedPage = ({ ` : form.moreAuthors === 'yes' && form.otherAuthors.length > 0 - ? html`

${t('published-page', 'sentEmailsToAuthos')()}

` + ? html`

${t('published-page', 'sentEmailsToAuthors')()}

` : ''}

${t('published-page', 'shareYourReview')()}