diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue
index b119b8e9a7b7c8dba2dd74ec97656c853fafdfa2..159f4e9e97bc96773bce941d6213dc3669e8fdb1 100644
--- a/src/components/DictionaryView.vue
+++ b/src/components/DictionaryView.vue
@@ -301,7 +301,7 @@ export default {
     this.lang = 'bob,nob'
 
     Promise.all([
-      axios.get(ARTICLE_ENDPOINT + 'nob/concepts.json').then(function(response){
+      axios.get(ARTICLE_ENDPOINT + 'bob/concepts.json').then(function(response){
         let concepts = response.data.concepts
         entities.bob = concepts
       }),