Skip to content

Commit

Permalink
[Update] Manga Details
Browse files Browse the repository at this point in the history
- Replaced `duration_total` with `duration_total_string`
  • Loading branch information
kiritokatklian committed Dec 17, 2024
1 parent 73f304c commit 3c44e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/livewire/manga/details.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ class="relative shrink-0 w-28 h-40 mr-2 overflow-hidden"
</x-slot:information>

<x-slot:footer>
<p class="text-sm">{{ __('With a total of :count.', ['count' => $manga->duration_total]) }}</p>
<p class="text-sm">{{ __('With a total of :count.', ['count' => $manga->duration_total_string]) }}</p>
</x-slot:footer>
</x-information-list>

Expand Down

0 comments on commit 3c44e6b

Please sign in to comment.