Skip to content

Commit

Permalink
Fix wording of downloadable Products
Browse files Browse the repository at this point in the history
  • Loading branch information
bh-ref committed Apr 14, 2016
1 parent ba7f048 commit 32d7cd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ var uploaderTemplate = '<div class="no-display" id="[[idName]]-template">' +
<input type="checkbox" data-action="change-type-product-downloadable" class="admin__control-checkbox"
name="is_downloadable" id="is-downloaodable" <?= $block->isDownloadable() ? 'checked="checked"' : ''?> />
<label class="admin__field-label" for="is-downloaodable">
<span><?= /* @noEscape */ __('Is this downloadable Product?'); ?></span>
<span><?= /* @noEscape */ __('Is this a downloadable Product?'); ?></span>
</label>
</div>
<div class="entry-edit" id="product_info_tabs_downloadable_items">
Expand Down

0 comments on commit 32d7cd1

Please sign in to comment.