diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index b5fce645406744a886dbd63dc37946a4b5faf0ff..531f2e87b70dca6cb72d3d4203be7fcb94581f7d 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -134,7 +134,7 @@ size="120"></v-progress-circular> </div> <div id="single_article_container" - v-if="article" :class="$store.state.searchRoute && lang == 'bm,nn' ? article.dictionary : null"> + v-if="article" :class="$store.state.searchRoute && $vuetify.breakpoint.mdAndUp && lang == 'bm,nn' ? article.dictionary : null"> <Article :key="article_key" :article="article" title_id="result0" diff --git a/src/components/Help.vue b/src/components/Help.vue index 85afca452f42aa0cedb89da661c91df2ea1890bf..383dede5cebd9b1c67578c98dd891d5ab86b8a25 100644 --- a/src/components/Help.vue +++ b/src/components/Help.vue @@ -64,7 +64,7 @@ Examples: <p>Søket “<a href="https://ordbokene.no/bm,nn/search?q=f%C3%B8rsk%25l%C3%A6r_r&scope=ei">førsk%lær_r</a>†gives resutls for “førskolelærer†(pre-school teacher) in the Bokmål dictionary and “førskolelærar/førskulelærar†(pre-school teacher) in the Nynorsk dictionary.</p> <h3>Combine search terms</h3> -<p>The symbol <span class="search_symbol">|</span> allows you to search in several search words at the same tiem. You can also combine search words that contain wildcard symbols.</p> +<p>The symbol <span class="search_symbol">|</span> allows you to use in several search words at the same time. You can also combine search words that contain wildcard symbols.</p> Examples: <p>The search “<a href="https://ordbokene.no/bm,nn/search?q=kj%C3%A6rlighet%7Ckj%C3%A6rleik&scope=ei">kjærlighet|kjærleik</a>†yields the result “kjærlighet†in the Bokmål dictionary and “kjærleik†(love) in the Nynorsk dictionary.</p> diff --git a/src/locales/eng.json b/src/locales/eng.json index 3af2b376ce08a7fb872b21a4be77307a402ef00f..80761ee5fdc407622947c7b5dc20af325bbad976 100644 --- a/src/locales/eng.json +++ b/src/locales/eng.json @@ -119,7 +119,7 @@ "share": "Share the word", "copy_link": "Copy link", "cite": "Cite", - "cite_description": ["If you want to cite this article in the ", "we recommend that you state when the article was retrieved (read), e. g. as follows:"], + "cite_description": ["If you want to cite this article in the ", " we recommend that you state when the article was retrieved (read), e. g. as follows:"], "copy": "Copy", "download": "Download RIS file", "link_copied": "Link copied to the clipboard",