Skip to content

Commit 22014c6

Browse files
committed
Add period
1 parent 1f5616d commit 22014c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

resources/views/bootstrap-4/includes/table.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<span>
3636
@lang('You have selected')
3737
<strong>{{ count($selected) }}</strong>
38-
@lang('rows')
38+
@lang('rows').
3939
</span>
4040

4141
<button

resources/views/bootstrap-5/includes/table.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class="form-check-input"
3636
<span>
3737
@lang('You have selected')
3838
<strong>{{ count($selected) }}</strong>
39-
@lang('rows')
39+
@lang('rows').
4040
</span>
4141

4242
<button

resources/views/tailwind/includes/table.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class="rounded-md shadow-sm border-gray-300 block transition duration-150 ease-i
3838
<span>
3939
@lang('You have selected')
4040
<strong>{{ count($selected) }}</strong>
41-
@lang('rows')
41+
@lang('rows').
4242
</span>
4343

4444
<button

0 commit comments

Comments
 (0)