diff --git a/resources/views/livewire/manga/details.blade.php b/resources/views/livewire/manga/details.blade.php index e4e846d9..bbee79b3 100644 --- a/resources/views/livewire/manga/details.blade.php +++ b/resources/views/livewire/manga/details.blade.php @@ -372,7 +372,7 @@ class="relative shrink-0 w-28 h-40 mr-2 overflow-hidden" -

{{ __('With a total of :count.', ['count' => $manga->duration_total]) }}

+

{{ __('With a total of :count.', ['count' => $manga->duration_total_string]) }}