Skip to content

Commit

Permalink
fix(corpus): remet le lien vers la page des articles dans la traducti…
Browse files Browse the repository at this point in the history
…on de corpus vide (#1300)

Co-authored-by: Thomas Parisot <[email protected]>
  • Loading branch information
thom4parisot and thom4parisot authored Feb 26, 2025
1 parent 2bd110a commit ac2a172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/src/components/corpus/CorpusArticles.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function CorpusArticles({ corpusId }) {
<Note className={styles.noteWithIcon} type="secondary" label={false}>
<Info />
<Trans i18nKey="corpus.addPart.note">
To add a new chapter, go to the{' '}
To add a new chapter, go to the
<Link
to={
activeWorkspaceId
Expand All @@ -69,7 +69,7 @@ export default function CorpusArticles({ corpusId }) {
}
>
articles page
</Link>{' '}
</Link>
and select this corpus.
</Trans>
</Note>
Expand Down

0 comments on commit ac2a172

Please sign in to comment.