Archived
1
0
Fork 0

resources/views/game.blade.php: translate "Winning rows"

This commit is contained in:
Henrik Hautakoski 2022-01-09 14:10:20 +01:00
parent 6097a23baf
commit 3d6dfcc66a

View file

@ -7,7 +7,7 @@ $card_class = 'absolute backface-hidden flex items-center justify-center border
<div class="flex justify-between items-center mb-4 md:mb-8">
<div class="flex items-end space-x-2">
<h2 class="text-2xl text-gray-600">Winning rows:</h2>
<h2 class="text-2xl text-gray-600">{{ __('Winning rows') }}:</h2>
<p class="text-blue-600 text-4xl">{{ $this->state->getNumWinRows() }}</p>
</div>