This repository was archived by the owner on Apr 29, 2019. It is now read-only.
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 @@ -133,3 +133,5 @@ Summary,Summary
133
133
Active,Active
134
134
Inactive,Inactive
135
135
"Please select one of each of the ratings above.","Please select one of each of the ratings above."
136
+ star,star
137
+ stars,stars
Original file line number Diff line number Diff line change 40
40
<label
41
41
class="rating-<?= $ block ->escapeHtmlAttr ($ iterator ) ?> "
42
42
for="<?= $ block ->escapeHtmlAttr ($ _rating ->getRatingCode ()) ?> _<?= $ block ->escapeHtmlAttr ($ _option ->getValue ()) ?> "
43
- title="<?= $ block ->escapeHtmlAttr (__ ('%1 %2 ' , $ iterator , $ iterator > 1 ? 'stars ' : 'star ' )) ?> "
43
+ title="<?= $ block ->escapeHtmlAttr (__ ('%1 %2 ' , $ iterator , $ iterator > 1 ? __ ( 'stars ' ) : __ ( 'star ' ) )) ?> "
44
44
id="<?= $ block ->escapeHtmlAttr ($ _rating ->getRatingCode ()) ?> _<?= $ block ->escapeHtmlAttr ($ _option ->getValue ()) ?> _label">
45
- <span><?= $ block ->escapeHtml (__ ('%1 %2 ' , $ iterator , $ iterator > 1 ? 'stars ' : 'star ' )) ?> </span>
45
+ <span><?= $ block ->escapeHtml (__ ('%1 %2 ' , $ iterator , $ iterator > 1 ? __ ( 'stars ' ) : __ ( 'star ' ) )) ?> </span>
46
46
</label>
47
47
<?php $ iterator ++; ?>
48
48
<?php endforeach ; ?>
You can’t perform that action at this time.
0 commit comments