File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -132,3 +132,4 @@ Summary,Summary
132
132
"Allow Guests to Write Reviews","Allow Guests to Write Reviews"
133
133
Active,Active
134
134
Inactive,Inactive
135
+ "Please select one of each of the ratings above.","Please select one of each of the ratings above."
Original file line number Diff line number Diff line change 35
35
id="<?= $ block ->escapeHtmlAttr ($ _rating ->getRatingCode ()) ?> _<?= $ block ->escapeHtmlAttr ($ _option ->getValue ()) ?> "
36
36
value="<?= $ block ->escapeHtmlAttr ($ _option ->getId ()) ?> "
37
37
class="radio"
38
- data-validate="{required:true, messages:{required:'Please select one of each of the ratings above.'}}"
38
+ data-validate="{required:true, messages:{required:'<?php echo __ ( ' Please select one of each of the ratings above. ' ); ?> '}}"
39
39
aria-labelledby="<?= $ block ->escapeHtmlAttr ($ _rating ->getRatingCode ()) ?> _rating_label <?= $ block ->escapeHtmlAttr ($ _rating ->getRatingCode ()) ?> _<?= $ block ->escapeHtmlAttr ($ _option ->getValue ()) ?> _label" />
40
40
<label
41
41
class="rating-<?= $ block ->escapeHtmlAttr ($ iterator ) ?> "
You can’t perform that action at this time.
0 commit comments