Skip to content

Commit

Permalink
span text
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored May 10, 2024
1 parent 60cf15a commit a8e79fe
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 a8e79fe

Please sign in to comment.