Skip to content

Commit

Permalink
fix(chapters): remove not available tranlsation key
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGolms committed Apr 30, 2021
1 parent 423f108 commit c83a08b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ export const Section06: FC<Context> = ({ context = '' }) => {
<ul>
<li>{t(`06.TEXT.LIST.01.030100`, { context })}</li>
<li>{t(`06.TEXT.LIST.01.030200`, { context })}</li>
<li>{t(`06.TEXT.LIST.01.030300`, { context })}</li>
</ul>
</ul>
<p>{t(`06.TEXT.PARAGRAPH.03`, { context })}</p>
Expand Down

0 comments on commit c83a08b

Please sign in to comment.