diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue
index 02777eccbcfcaf86563414d6f446dcc1f1c80115..ac21735c088418e5f2f2f8533b1de459914794cd 100644
--- a/src/components/DictionaryView.vue
+++ b/src/components/DictionaryView.vue
@@ -280,7 +280,7 @@ export default {
       article_key: 0,
       search_results: [],
       lang: 'bm,nn',
-      pos_selected: {label: "Alle ordklasser"},
+      pos_selected: posOptions[0],
       pos: posOptions,
       waiting_for_articles: true,
       waiting_for_metadata: true,