Skip to content

Commit

Permalink
Merge pull request #212 from conedevelopment/szepeviktor-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo authored May 10, 2024
2 parents 60cf15a + a8e79fe commit e29b822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/media/manager.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class="btn btn--delete"
}"
>
{{ __('Delete') }}
<span x-text="`(${selection.length})`"></span>
<span x-text="'(' + selection.length.toString() + ')'"></span>
</button>
</div>
<div class="modal__column">
Expand Down

0 comments on commit e29b822

Please sign in to comment.