File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
<span >
7
7
@lang (' You have selected' )
8
8
<strong >{{ count ($selected ) } } </strong >
9
- @lang (' :rows ' , [ ' rows ' => count ($selected ) === 1 ? ' row' : ' rows' ] ).
9
+ @lang (count ($selected ) === 1 ? ' row' : ' rows' ).
10
10
</span >
11
11
12
12
<button
@@ -41,7 +41,7 @@ class="btn btn-primary btn-sm"
41
41
<span >
42
42
@lang (' You have selected' )
43
43
<strong >{{ count ($selected ) } } </strong >
44
- @lang (' :rows ' , [ ' rows ' => count ($selected ) === 1 ? ' row' : ' rows' ] ).
44
+ @lang (count ($selected ) === 1 ? ' row' : ' rows' ).
45
45
</span >
46
46
47
47
<button
Original file line number Diff line number Diff line change 6
6
<span >
7
7
@lang (' You have selected' )
8
8
<strong >{{ count ($selected ) } } </strong >
9
- @lang (' :rows ' , [ ' rows ' => count ($selected ) === 1 ? ' row' : ' rows' ] ).
9
+ @lang (count ($selected ) === 1 ? ' row' : ' rows' ).
10
10
</span >
11
11
12
12
<button
@@ -41,7 +41,7 @@ class="btn btn-primary btn-sm"
41
41
<span >
42
42
@lang (' You have selected' )
43
43
<strong >{{ count ($selected ) } } </strong >
44
- @lang (' :rows ' , [ ' rows ' => count ($selected ) === 1 ? ' row' : ' rows' ] ).
44
+ @lang (count ($selected ) === 1 ? ' row' : ' rows' ).
45
45
</span >
46
46
47
47
<button
Original file line number Diff line number Diff line change 6
6
<span >
7
7
@lang (' You have selected' )
8
8
<strong >{{ count ($selected ) } } </strong >
9
- @lang (' :rows ' , [ ' rows ' => count ($selected ) === 1 ? ' row' : ' rows' ] ).
9
+ @lang (count ($selected ) === 1 ? ' row' : ' rows' ).
10
10
</span >
11
11
12
12
<button
@@ -41,7 +41,7 @@ class="ml-1 text-blue-600 underline text-gray-700 text-sm leading-5 font-medium
41
41
<span >
42
42
@lang (' You have selected' )
43
43
<strong >{{ count ($selected ) } } </strong >
44
- @lang (' :rows ' , [ ' rows ' => count ($selected ) === 1 ? ' row' : ' rows' ] ).
44
+ @lang (count ($selected ) === 1 ? ' row' : ' rows' ).
45
45
</span >
46
46
47
47
<button
You can’t perform that action at this time.
0 commit comments