Skip to content
Snippets Groups Projects
Commit 0b18df56 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

lemma before dict

parent d23157d5
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ export default {
metaInfo() {
if (this.articleLookup) {
return {meta: [{name: "description", vmid: "description", content: this.meta_description},
{name: "title", vmid: "title", content: this.$t('dicts.'+this.dictionary)+": "+this.article.lemmas[0].lemma}] }
{name: "title", vmid: "title", content: this.article.lemmas[0].lemma + ' - ' + this.$t('dicts.'+this.dictionary)}] }
}
},
computed: {
......
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