Skip to content

Commit

Permalink
[ui] Replace 'Delete profile' with 'Delete individual'
Browse files Browse the repository at this point in the history
Signed-off-by: Eva Millán <[email protected]>
  • Loading branch information
evamillan committed Sep 6, 2022
1 parent 91b83ec commit 2ec3fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/IndividualEntry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<v-list-item-title>Save in workspace</v-list-item-title>
</v-list-item>
<v-list-item @click="$emit('delete', $event)" :disabled="isLocked">
<v-list-item-title>Delete profile</v-list-item-title>
<v-list-item-title>Delete individual</v-list-item-title>
</v-list-item>
</v-list>
</v-menu>
Expand Down

0 comments on commit 2ec3fbc

Please sign in to comment.