Skip to content

Commit

Permalink
MAGETWO-66758: Fix wording of downloadable Products #4149
Browse files Browse the repository at this point in the history
  • Loading branch information
vrann authored Mar 25, 2017
2 parents 8209e53 + fbf7c3d commit 13e888c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/Downloadable/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ inline,inline
Pending,Pending
Invoiced,Invoiced
"To enable the option set the weight to no","To enable the option set the weight to no"
"Is this downloadable Product?","Is this downloadable Product?"
"Is this a downloadable Product?","Is this a downloadable Product?"
Links,Links
Title,Title
"Links can be purchased separately","Links can be purchased separately"
Expand Down
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 13e888c

Please sign in to comment.