Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed Oct 24, 2024
1 parent 5441e62 commit 28845d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locales/en-US/published-page.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/write-review/published-page/published-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const publishedPage = ({
</div>
`
: form.moreAuthors === 'yes' && form.otherAuthors.length > 0
? html`<p>${t('published-page', 'sentEmailsToAuthos')()}</p> `
? html`<p>${t('published-page', 'sentEmailsToAuthors')()}</p> `
: ''}
<h2>${t('published-page', 'shareYourReview')()}</h2>
Expand Down

0 comments on commit 28845d8

Please sign in to comment.