Skip to content

Commit

Permalink
fix(checkout): show nicer messages in delivery options
Browse files Browse the repository at this point in the history
INT-475
  • Loading branch information
joerivanveen committed May 10, 2024
1 parent f755f3b commit be4b13c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,25 +123,25 @@
<label>Signature on receipt title</label>
<tooltip>The times will be visible when nothing is filled in</tooltip>
</field>
<field id="hide_sender_title" translate="label comment" type="text" sortOrder="223" showInDefault="1" showInWebsite="1" showInStore="1">
<field id="hide_sender_title" translate="label comment" type="text" sortOrder="224" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Hide sender title</label>
</field>
<field id="only_recipient_title" translate="label comment" type="text" sortOrder="224" showInDefault="1" showInWebsite="1" showInStore="1">
<field id="only_recipient_title" translate="label comment" type="text" sortOrder="225" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Home address only title</label>
<tooltip>The times will be visible when nothing is filled in</tooltip>
</field>
<field id="morning_title" translate="label comment" type="text" sortOrder="227" showInDefault="1" showInWebsite="1" showInStore="1">
<field id="morning_title" translate="label comment" type="text" sortOrder="226" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Morning title</label>
<tooltip>The times will be visible when nothing is filled in</tooltip>
</field>
<field id="evening_title" translate="label comment" type="text" sortOrder="228" showInDefault="1" showInWebsite="1" showInStore="1">
<field id="evening_title" translate="label comment" type="text" sortOrder="227" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Evening title</label>
<tooltip>The times will be visible when nothing is filled in</tooltip>
</field>
<field id="mailbox_title" translate="label comment" type="text" sortOrder="229" showInDefault="1" showInWebsite="1" showInStore="1">
<field id="mailbox_title" translate="label comment" type="text" sortOrder="228" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Mailbox title</label>
</field>
<field id="digital_stamp_title" translate="label comment" type="text" sortOrder="230" showInDefault="1" showInWebsite="1" showInStore="1">
<field id="digital_stamp_title" translate="label comment" type="text" sortOrder="229" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Digital stamp title</label>
</field>
<field id="package_small_title" translate="label comment" type="text" sortOrder="230" showInDefault="1" showInWebsite="1" showInStore="1">
Expand All @@ -150,15 +150,15 @@
<field id="same_day_title" translate="label comment" type="text" sortOrder="231" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Same day title</label>
</field>
<field id="pickup_title" translate="label comment" type="text" sortOrder="231" showInDefault="1" showInWebsite="1" showInStore="1">
<field id="pickup_title" translate="label comment" type="text" sortOrder="232" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Pickup title</label>
</field>

<field id="pickup_list_button_title" translate="label comment" type="text" sortOrder="232" showInDefault="1" showInWebsite="1" showInStore="1">
<field id="pickup_list_button_title" translate="label comment" type="text" sortOrder="233" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Pickup list button text</label>
</field>

<field id="pickup_map_button_title" translate="label comment" type="text" sortOrder="233" showInDefault="1" showInWebsite="1" showInStore="1">
<field id="pickup_map_button_title" translate="label comment" type="text" sortOrder="234" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Pickup map button text</label>
</field>
</group>
Expand Down

0 comments on commit be4b13c

Please sign in to comment.