From 3c44e6bdaba966869a9b7848afabf51f737fc872 Mon Sep 17 00:00:00 2001 From: kiritokatklian Date: Tue, 17 Dec 2024 02:22:45 +0100 Subject: [PATCH] [Update] Manga Details - Replaced `duration_total` with `duration_total_string` --- resources/views/livewire/manga/details.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) }}