Skip to content
Snippets Groups Projects
Commit 374ea125 authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

fikser meta#319

parent 3ce89846
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</ul> </ul>
</section> </section>
<section v-if="article.body.etymology && article.body.etymology.length" class="etymology"> <section v-if="article.body.etymology && article.body.etymology.length" class="etymology">
<h3>Etymologi</h3> <h3>Opphav</h3>
<ul> <ul>
<DefElement v-for="(element, index) in article.body.etymology" :dictionary="dictionary" :key="index" :body='element' @article-click="article_link_click" /> <DefElement v-for="(element, index) in article.body.etymology" :dictionary="dictionary" :key="index" :body='element' @article-click="article_link_click" />
</ul> </ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment