File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Downloadable
view/adminhtml/templates/product/edit Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ inline,inline
44
44
Pending,Pending
45
45
Invoiced,Invoiced
46
46
"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?"
48
48
Links,Links
49
49
Title,Title
50
50
"Links can be purchased separately","Links can be purchased separately"
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ var uploaderTemplate = '<div class="no-display" id="[[idName]]-template">' +
211
211
<input type="checkbox" data-action="change-type-product-downloadable" class="admin__control-checkbox"
212
212
name="is_downloadable" id="is-downloaodable" <?= $ block ->isDownloadable () ? 'checked="checked" ' : '' ?> />
213
213
<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>
215
215
</label>
216
216
</div>
217
217
<div class="entry-edit" id="product_info_tabs_downloadable_items">
You can’t perform that action at this time.
0 commit comments