Skip to content

Commit

Permalink
i18n: mark missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Samk13 committed Oct 25, 2024
1 parent 36a75a4 commit 8676cd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,9 @@ export class AccessRequestForm extends Component {
<Modal.Content>
<Modal.Description>
{i18next.t("We have sent you an email to verify your address.")}
{i18next.t("Please check the email and follow the instructions to complete the access request.")}
{i18next.t(`
Please check the email and follow the instructions to complete the access request.
`)}
</Modal.Description>
</Modal.Content>
<Modal.Actions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ export class RecordCommunitiesList extends Component {
</Header>
{community.parent && (
<HeaderSubheader>
Part of{" "}
{i18next.t("Part of")}{" "}
<a href={`/communities/${community.parent.slug}`}>
{community.parent.metadata.title}
{i18next.t(community.parent.metadata.title)}
</a>
</HeaderSubheader>
)}
Expand Down

0 comments on commit 8676cd7

Please sign in to comment.