Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/templates/settings/producttypes/_edit.twig
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@
{% if not headlessMode %}
{{ forms.editableTableField({
label: 'Preview Targets'|t('app'),
instructions: 'Locations that should be available for previewing products in this product type.'|t('commerce'),
id: 'previewTargets',
name: 'previewTargets',
cols: {
Expand Down
1 change: 1 addition & 0 deletions src/translations/en/commerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@
'Link' => 'Link',
'Live' => 'Live',
'Location' => 'Location',
'Locations that should be available for previewing products in this product type.' => 'Locations that should be available for previewing products in this product type.',
'MM' => 'MM',
'Make a payment' => 'Make a payment',
'Make this the primary store' => 'Make this the primary store',
Expand Down
Loading