Skip to content

Commit cecece7

Browse files
SevenOutmanhaoqunjiang
authored andcommitted
fix(ui): i18n for 'Official' in plugin search results (vuejs#2705)
1 parent 7c91a18 commit cecece7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-ui/src/components/PackageSearchItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</span>
3838
<span v-if="official" class="info">
3939
<VueIcon icon="star" class="top medium"/>
40-
<span>Official</span>
40+
<span>{{ $t('org.vue.components.project-plugin-item.official') }}</span>
4141
</span>
4242
<span class="info downloads">
4343
<VueIcon class="medium" icon="file_download"/>

0 commit comments

Comments
 (0)