File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Review/view/frontend/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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