Skip to content

Commit

Permalink
[5.x] Rename "Delete" to "Remove" for clarity. (#10387)
Browse files Browse the repository at this point in the history
Rename "Delete" to "Remove" for clarity.

Because you're not deleting the image, just removing it from the content.
  • Loading branch information
jackmcdade authored Jul 3, 2024
1 parent 9d91ca9 commit 0ae550c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/fieldtypes/bard/Image.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</button>
<button @click="deleteNode" class="flex btn btn-sm text-red-500 px-3 py-1.5">
<svg-icon name="trash" class="h-4" />
<span class="rtl:mr-2 ltr:ml-2 hidden @md/toolbar:inline-block">{{ __('Delete') }}</span>
<span class="rtl:mr-2 ltr:ml-2 hidden @md/toolbar:inline-block">{{ __('Remove') }}</span>
</button>
</div>

Expand Down

0 comments on commit 0ae550c

Please sign in to comment.