diff --git a/locale.json b/locale.json index 041095b..67efb84 100644 --- a/locale.json +++ b/locale.json @@ -8,6 +8,7 @@ "vocabularyType": "Vokabulartyp", "vocSearch": "Suche nach Vokabular", "conceptSearch": "Suche nach Konzept", + "license": "Lizenz", "searchInVocabulary": "in {voc} suchen" }, "en": { @@ -19,6 +20,7 @@ "vocabularyType": "Vocabulary Type", "vocSearch": "Searching for vocabulary", "conceptSearch": "Searching for concept", + "license": "License", "searchInVocabulary": "search in {voc}" } } diff --git a/src/client/views/ItemView.vue b/src/client/views/ItemView.vue index 543a43a..2448129 100644 --- a/src/client/views/ItemView.vue +++ b/src/client/views/ItemView.vue @@ -1,7 +1,7 @@