diff --git a/src/components/ArticleFooter.vue b/src/components/ArticleFooter.vue index ff7094211cb91ecd3fff3abf74b5a82fdb95cf74..dfa9ffc075a46e87051c8b7fdd17e612442a202d 100644 --- a/src/components/ArticleFooter.vue +++ b/src/components/ArticleFooter.vue @@ -54,7 +54,7 @@ export default { methods: { shareViaWebShare() { navigator.share({ - title: "Ordbøkene.no: " + encodeURIComponent(this.article.lemmas[0].lemma), + title: "Ordbøkene.no: " + this.article.lemmas[0].lemma, text: "", url: "/" + this.article.dictionary + '/' + this.article.article_id + '/' + encodeURIComponent(this.article.lemmas[0].lemma) })