Skip to content

Commit

Permalink
Adjust display name of copy feature to 'duplicate'
Browse files Browse the repository at this point in the history
  • Loading branch information
big213 committed Apr 13, 2021
1 parent 4a03b4b commit ac83ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/menu/recordActionMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<v-list-item-icon>
<v-icon>mdi-content-copy</v-icon>
</v-list-item-icon>
<v-list-item-title>Copy</v-list-item-title>
<v-list-item-title>Duplicate</v-list-item-title>
</v-list-item>
<v-list-item
v-if="recordInfo.deleteOptions"
Expand Down

0 comments on commit ac83ab1

Please sign in to comment.