From 374ea125c64b3346ba34f27b10ff8be36d94d90b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no> Date: Tue, 6 Apr 2021 14:33:35 +0200 Subject: [PATCH] fikser meta#319 --- src/components/Article.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Article.vue b/src/components/Article.vue index 819775a0..d354541e 100644 --- a/src/components/Article.vue +++ b/src/components/Article.vue @@ -9,7 +9,7 @@ </ul> </section> <section v-if="article.body.etymology && article.body.etymology.length" class="etymology"> - <h3>Etymologi</h3> + <h3>Opphav</h3> <ul> <DefElement v-for="(element, index) in article.body.etymology" :dictionary="dictionary" :key="index" :body='element' @article-click="article_link_click" /> </ul> -- GitLab