Skip to content

Commit 935f18e

Browse files
author
Guillaume Chau
committed
fix(ui): homepage tooltip
1 parent 81e5184 commit 935f18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
target="_blank"
3434
class="icon-button"
3535
icon-left="open_in_new"
36-
v-tooltip="project.homepage"
36+
v-tooltip="$t('org.vue.components.top-bar.homepage')"
3737
@click.stop
3838
/>
3939

0 commit comments

Comments
 (0)