Skip to content

Commit e66956e

Browse files
committed
fix ActivityItem localize
1 parent 1cc90ac commit e66956e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/ActivityBar/ActivityItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const meta = computed(() => store.metaForId(props.id));
9494
</span>
9595
<FontAwesomeIcon :icon="icon" />
9696
</div>
97-
<TextShort v-if="title" :text="title" class="nav-title" />
97+
<TextShort v-if="title" :text="localize(title)" class="nav-title" />
9898
</b-nav-item>
9999
</template>
100100
<div class="text-center px-2 py-1">

0 commit comments

Comments
 (0)