Skip to content

Commit

Permalink
Added translation of the delete row button in the "matrix" field. (#2641
Browse files Browse the repository at this point in the history
)
  • Loading branch information
d4m authored Jun 14, 2023
1 parent 4738d74 commit 262e3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/partials/fields/matrixRow.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a href="#"
data-action="matrix#deleteRow"
class="small text-muted"
title="Remove row">
title="{{ __('Remove row') }}">
<x-orchid-icon path="bs.trash3"/>
</a>
</th>
Expand Down

0 comments on commit 262e3c8

Please sign in to comment.