Skip to content

Commit 32d7cd1

Browse files
committed
Fix wording of downloadable Products
1 parent ba7f048 commit 32d7cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)