resources/views/game.blade.php: translate "Winning rows"
This commit is contained in:
parent
6097a23baf
commit
3d6dfcc66a
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Reference in a new issue