Skip to content

Commit

Permalink
fix word order
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechGrancow committed Feb 6, 2024
1 parent ea7a2db commit 020f733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/news/article.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{{#if news.target.name}}
{{#ifCond news.targetModel '===' 'teams'}}
{{$t "news.text.inTheTeam" }}
<a href="/{{../news.targetModel}}/{{../news.target.id}}">{{../news.target.name}}</a> {{$t "news.text.inTheTeam" }}
<a href="/{{../news.targetModel}}/{{../news.target.id}}">{{../news.target.name}}</a>
{{/ifCond}}
{{#ifCond news.targetModel '===' 'courses'}}
{{$t "news.text.inTheCourse" }}
Expand Down

0 comments on commit 020f733

Please sign in to comment.