Skip to content

Commit

Permalink
Merge pull request #809 from mickr/MERC-721
Browse files Browse the repository at this point in the history
MERC-721 - Consistent `required` labeling
  • Loading branch information
Mick Ryan committed May 25, 2016
2 parents 7a8a406 + 89e08e7 commit a181e26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/components/products/options/product-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<span data-option-value></span>

{{#if required}}
<small>{{lang 'products.select_one'}}</small>
<small>{{lang 'common.required'}}</small>
{{/if}}
</label>

Expand Down
2 changes: 1 addition & 1 deletion templates/components/products/options/set-rectangle.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<span data-option-value></span>

{{#if required}}
<small>{{lang 'products.select_one'}}</small>
<small>{{lang 'common.required'}}</small>
{{/if}}
</label>

Expand Down
2 changes: 1 addition & 1 deletion templates/components/products/options/set-select.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ this.display_name }}:

{{#if required}}
<small>{{lang 'products.select_one'}}</small>
<small>{{lang 'common.required'}}</small>
{{/if}}
</label>

Expand Down
2 changes: 1 addition & 1 deletion templates/components/products/options/swatch.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<span data-option-value></span>

{{#if required}}
<small>{{lang 'products.select_one'}}</small>
<small>{{lang 'common.required'}}</small>
{{/if}}
</label>

Expand Down

0 comments on commit a181e26

Please sign in to comment.