Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
j4lib committed Aug 26, 2024
1 parent 6e29883 commit 9316397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search/TermFilters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const hierarchicalModel = computed({

<div>
<input id="hierarchical" v-model="hierarchicalModel" type="checkbox" />
<label for="hierarchical" style="font-size:0.85em; vertical-align: -1.0px; line-height:2.5;"> Träff även på smalare ämnesord</label>
<label for="hierarchical" style="font-size:0.85em; vertical-align: -1.0px; line-height:2.5;"> Träffar även på smalare ämnesord</label>
</div>
</div>
</template>
Expand Down

0 comments on commit 9316397

Please sign in to comment.