Skip to content

Commit 13e888c

Browse files
authored
MAGETWO-66758: Fix wording of downloadable Products #4149
2 parents 8209e53 + fbf7c3d commit 13e888c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Downloadable/i18n/en_US.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ inline,inline
4444
Pending,Pending
4545
Invoiced,Invoiced
4646
"To enable the option set the weight to no","To enable the option set the weight to no"
47-
"Is this downloadable Product?","Is this downloadable Product?"
47+
"Is this a downloadable Product?","Is this a downloadable Product?"
4848
Links,Links
4949
Title,Title
5050
"Links can be purchased separately","Links can be purchased separately"

app/code/Magento/Downloadable/view/adminhtml/templates/product/edit/downloadable.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ var uploaderTemplate = '<div class="no-display" id="[[idName]]-template">' +
211211
<input type="checkbox" data-action="change-type-product-downloadable" class="admin__control-checkbox"
212212
name="is_downloadable" id="is-downloaodable" <?= $block->isDownloadable() ? 'checked="checked"' : ''?> />
213213
<label class="admin__field-label" for="is-downloaodable">
214-
<span><?= /* @noEscape */ __('Is this downloadable Product?'); ?></span>
214+
<span><?= /* @noEscape */ __('Is this a downloadable Product?'); ?></span>
215215
</label>
216216
</div>
217217
<div class="entry-edit" id="product_info_tabs_downloadable_items">

0 commit comments

Comments
 (0)