Skip to content

Commit

Permalink
Fix escape not working
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Oct 20, 2024
1 parent 07bfad7 commit 38fc7b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/skill/SkillRoadmap.astro
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ const t = useTranslations(lang);
<li>
{
t({
de: "Das gemeinsame Nationalteam wird von unserem Trainerteam in mehreren Trainingslagern und online auf die weiteren Wettkämpfe vorbereitet und im Februar 2024 im Rahmen eines Wettkampfes auf ein Team pro Disziplin aufgeteilt.",
en: "The joint national team is being prepared for the following competitions online and in multiple training camps by our trainer team. In February&nbsp;2024, the Competitors are divided into two separate national teams, one for each Skill.",
de: "Das gemeinsame Nationalteam wird von unserem Trainerteam in mehreren Trainingslagern und online auf die weiteren Wettkämpfe vorbereitet und im Februar 2024 im Rahmen eines Wettkampfes auf ein Team pro Disziplin aufgeteilt.",
en: "The joint national team is being prepared for the following competitions online and in multiple training camps by our trainer team. In February 2024, the Competitors are divided into two separate national teams, one for each Skill.",
})
}
{
Expand Down

0 comments on commit 38fc7b6

Please sign in to comment.