We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7f048 commit 32d7cd1Copy full SHA for 32d7cd1
app/code/Magento/Downloadable/view/adminhtml/templates/product/edit/downloadable.phtml
@@ -211,7 +211,7 @@ var uploaderTemplate = '<div class="no-display" id="[[idName]]-template">' +
211
<input type="checkbox" data-action="change-type-product-downloadable" class="admin__control-checkbox"
212
name="is_downloadable" id="is-downloaodable" <?= $block->isDownloadable() ? 'checked="checked"' : ''?> />
213
<label class="admin__field-label" for="is-downloaodable">
214
- <span><?= /* @noEscape */ __('Is this downloadable Product?'); ?></span>
+ <span><?= /* @noEscape */ __('Is this a downloadable Product?'); ?></span>
215
</label>
216
</div>
217
<div class="entry-edit" id="product_info_tabs_downloadable_items">
0 commit comments