Skip to content

Commit

Permalink
ItemView: Fix issue with error message for unknown vocabulary (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Aug 2, 2024
1 parent 22a2340 commit 5951f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/views/ItemView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const topConcepts = computed(() => {
v-else
id="conceptHierarchy">
<template v-if="errors.schemeError">
{{ t("schemeError") }}
{{ $t("schemeError") }}
</template>
<template v-if="errors.schemesError">
{{ $t("schemesError") }}
Expand Down

0 comments on commit 5951f55

Please sign in to comment.