Skip to content

Commit

Permalink
[Update] Game 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 ab1ff6f commit 73f304c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/livewire/game/details.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ class="w-28 h-28 mr-2 rounded-3xl overflow-hidden"
</x-slot:information>

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

Expand Down

0 comments on commit 73f304c

Please sign in to comment.