We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc90ac commit e66956eCopy full SHA for e66956e
client/src/components/ActivityBar/ActivityItem.vue
@@ -94,7 +94,7 @@ const meta = computed(() => store.metaForId(props.id));
94
</span>
95
<FontAwesomeIcon :icon="icon" />
96
</div>
97
- <TextShort v-if="title" :text="title" class="nav-title" />
+ <TextShort v-if="title" :text="localize(title)" class="nav-title" />
98
</b-nav-item>
99
</template>
100
<div class="text-center px-2 py-1">
0 commit comments