Skip to content

Commit

Permalink
change language span when importing to be displayed as a tag so it do…
Browse files Browse the repository at this point in the history
…esn't look like the language is part of the label
  • Loading branch information
miledivovic committed Nov 26, 2024
1 parent 7adf411 commit ec22c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lode/components/Property.vue
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ TO DO MAYBE: Separate out property by editing or not.
v-if="expandedProperty !== 'http://schema.org/name' && expandedProperty !== 'dcterms:title' && expandedProperty !== 'skos:prefLabel'">{{ displayLabel }}</span>
<span
@click="setCheckbox($event)"
class="language">
{{ expandedValue[index]["@language"] + ": " }}
class="tag is-size-7 is-light language">
{{ expandedValue[index]["@language"] }}
</span>
<span
:title="expandedValue[index]['@value']"
Expand Down

0 comments on commit ec22c34

Please sign in to comment.