File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -131,3 +131,5 @@ Summary,Summary
131
131
"Allow Guests to Write Reviews","Allow Guests to Write Reviews"
132
132
Active,Active
133
133
Inactive,Inactive
134
+ star,star
135
+ stars,stars
Original file line number Diff line number Diff line change 42
42
<label
43
43
class="rating-<?php /* @escapeNotVerified */ echo $ iterator ; ?> "
44
44
for="<?php echo $ block ->escapeHtml ($ _rating ->getRatingCode ()) ?> _<?php /* @escapeNotVerified */ echo $ _option ->getValue () ?> "
45
- title="<?php /* @escapeNotVerified */ echo __ ('%1 %2 ' , $ iterator , $ iterator > 1 ? 'stars ' : 'star ' ) ?> "
45
+ title="<?php /* @escapeNotVerified */ echo __ ('%1 %2 ' , $ iterator , $ iterator > 1 ? __ ( 'stars ' ) : __ ( 'star ' ) ) ?> "
46
46
id="<?php echo $ block ->escapeHtml ($ _rating ->getRatingCode ()) ?> _<?php /* @escapeNotVerified */ echo $ _option ->getValue () ?> _label">
47
- <span><?php /* @escapeNotVerified */ echo __ ('%1 %2 ' , $ iterator , $ iterator > 1 ? 'stars ' : 'star ' ) ?> </span>
47
+ <span><?php /* @escapeNotVerified */ echo __ ('%1 %2 ' , $ iterator , $ iterator > 1 ? __ ( 'stars ' ) : __ ( 'star ' ) ) ?> </span>
48
48
</label>
49
49
<?php $ iterator ++; ?>
50
50
<?php endforeach ; ?>
You can’t perform that action at this time.
0 commit comments