Skip to content

Commit 36bc145

Browse files
author
Guillaume Chau
committed
refactor(ui): change style of project delete buttons
1 parent a242d73 commit 36bc145

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@vue/cli-ui/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"project-select-list-item": {
8181
"tooltips": {
8282
"favorite": "Toggle favorite",
83-
"delete": "Delete"
83+
"delete": "Remove from list"
8484
}
8585
},
8686
"project-plugin-item": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<div class="actions">
2020
<VueButton
2121
class="icon-button"
22-
icon-left="delete"
22+
icon-left="close"
2323
v-tooltip="$t('components.project-select-list-item.tooltips.delete')"
2424
data-testid="delete-button"
2525
@click.stop="$emit('remove')"

0 commit comments

Comments
 (0)