Skip to content

Commit

Permalink
Merge pull request #370 from Progress1/dont_translate
Browse files Browse the repository at this point in the history
Don't try translate news items categories on report items screen selector
  • Loading branch information
Progress1 authored Sep 6, 2024
2 parents 92269d0 + d1045bf commit ea7b0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/src/components/analyze/NewsItemSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
:class="link.id === selected_group_id ? 'active' : ''">
<v-list-item-content class="">
<v-icon>{{ link.icon }}</v-icon>
<v-list-item-title style="white-space: unset; font-size: 0.7em;">{{ $t(link.title) }}</v-list-item-title>
<v-list-item-title style="white-space: unset; font-size: 0.7em;">{{ link.title }}</v-list-item-title>
</v-list-item-content>
</v-list-item>
</v-list>
Expand Down

0 comments on commit ea7b0c6

Please sign in to comment.