Skip to content

Commit

Permalink
refactor(ui): change style of project delete buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jun 15, 2018
1 parent a242d73 commit 36bc145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"project-select-list-item": {
"tooltips": {
"favorite": "Toggle favorite",
"delete": "Delete"
"delete": "Remove from list"
}
},
"project-plugin-item": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="actions">
<VueButton
class="icon-button"
icon-left="delete"
icon-left="close"
v-tooltip="$t('components.project-select-list-item.tooltips.delete')"
data-testid="delete-button"
@click.stop="$emit('remove')"
Expand Down

0 comments on commit 36bc145

Please sign in to comment.