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

inline dict names

parent 1dbe4e00
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
</div>
<ArticleFooter v-if="!collapsed" :article="article"/>
</div>
<div v-else><v-icon left>warning</v-icon> {{$t('error.article', {no: article.article_id, dict: $t('dicts.'+this.dictionary)})}}</div>
<div v-else><v-icon left>warning</v-icon> {{$t('error.article', {no: article.article_id, dict: $t('dicts_inline.'+this.dictionary)})}}</div>
</article>
</template>
......
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