Skip to content

Commit

Permalink
fix(chapters): use correct tranlsation key
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGolms committed Apr 30, 2021
1 parent 1358bcf commit 35ada72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const Section01: FC<Context> = ({ context = '' }) => {
</IonText>
<p>{t(`01.TEXT.PARAGRAPH.04`, { context })}</p>
<ImageViewer alt={t(`01.IMAGE.02.FILENAME`)} src={t(`01.IMAGE.02.FILENAME`)}>
<IonImg class="ion-padding-vertical" src={t(`01.IMAGE.02 .THUMBNAIL.LARGE`)} />
<IonImg class="ion-padding-vertical" src={t(`01.IMAGE.02.THUMBNAIL.LARGE`)} />
</ImageViewer>
<IonText class="ion-padding-bottom" className="image-text">
{t(`01.IMAGE.02.TITLE`, { context })}
Expand Down

0 comments on commit 35ada72

Please sign in to comment.