diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue
index 7a30a81d2dbf69279075213d31081b1b2d1cf4d3..1418f1c9b2c277599c9585badd8383369db30ff1 100644
--- a/src/components/DictionaryView.vue
+++ b/src/components/DictionaryView.vue
@@ -209,7 +209,7 @@ export default {
         this.article = null
         this.error = null
         history.replaceState({article: this.article, search_results: this.search_results, lang: this.lang, error: this.error}, '')
-        // Attempt at fixing issue with page not updating
+        // Attempt at fixing issue with articles not loading
         navigate_to_word(this, event.match)
         this.$plausible.trackEvent('dropdown selection', {props: {query: event.label, match: event.match}})
       }else{