Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -727,21 +727,6 @@ const ShipmentMethods = ({shipment, index, currency}) => {
</RadioGroup>
) : null
})()}

<Box mt={4}>
<Button variant="link" size="sm" rightIcon={<ChevronDownIcon />}>
<FormattedMessage
defaultMessage="Send as a gift (gift wrapping)"
id="shipping_options.action.send_as_gift_wrapping"
/>
</Button>
<Text fontSize="sm" color="gray.500">
<FormattedMessage
defaultMessage="You can enable or disable notifications at any time."
id="shipping_options.help.notifications"
/>
</Text>
</Box>
</Box>
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4253,12 +4253,6 @@
"value": "Address saved successfully"
}
],
"shipping_options.action.send_as_gift_wrapping": [
{
"type": 0,
"value": "Send as a gift (gift wrapping)"
}
],
"shipping_options.button.continue_to_payment": [
{
"type": 0,
Expand All @@ -4277,12 +4271,6 @@
"value": "Free"
}
],
"shipping_options.help.notifications": [
{
"type": 0,
"value": "You can enable or disable notifications at any time."
}
],
"shipping_options.label.no_method_selected": [
{
"type": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4253,12 +4253,6 @@
"value": "Address saved successfully"
}
],
"shipping_options.action.send_as_gift_wrapping": [
{
"type": 0,
"value": "Send as a gift (gift wrapping)"
}
],
"shipping_options.button.continue_to_payment": [
{
"type": 0,
Expand All @@ -4277,12 +4271,6 @@
"value": "Free"
}
],
"shipping_options.help.notifications": [
{
"type": 0,
"value": "You can enable or disable notifications at any time."
}
],
"shipping_options.label.no_method_selected": [
{
"type": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9021,20 +9021,6 @@
"value": "]"
}
],
"shipping_options.action.send_as_gift_wrapping": [
{
"type": 0,
"value": "["
},
{
"type": 0,
"value": "Şḗḗƞḓ ȧȧş ȧȧ ɠīƒŧ (ɠīƒŧ ẇřȧȧƥƥīƞɠ)"
},
{
"type": 0,
"value": "]"
}
],
"shipping_options.button.continue_to_payment": [
{
"type": 0,
Expand Down Expand Up @@ -9077,20 +9063,6 @@
"value": "]"
}
],
"shipping_options.help.notifications": [
{
"type": 0,
"value": "["
},
{
"type": 0,
"value": "Ẏǿǿŭŭ ƈȧȧƞ ḗḗƞȧȧƀŀḗḗ ǿǿř ḓīşȧȧƀŀḗḗ ƞǿǿŧīƒīƈȧȧŧīǿǿƞş ȧȧŧ ȧȧƞẏ ŧīḿḗḗ."
},
{
"type": 0,
"value": "]"
}
],
"shipping_options.label.no_method_selected": [
{
"type": 0,
Expand Down
6 changes: 0 additions & 6 deletions packages/template-retail-react-app/translations/en-GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -1802,9 +1802,6 @@
"shipping_multi_address.success.address_saved": {
"defaultMessage": "Address saved successfully"
},
"shipping_options.action.send_as_gift_wrapping": {
"defaultMessage": "Send as a gift (gift wrapping)"
},
"shipping_options.button.continue_to_payment": {
"defaultMessage": "Continue to Payment"
},
Expand All @@ -1814,9 +1811,6 @@
"shipping_options.free": {
"defaultMessage": "Free"
},
"shipping_options.help.notifications": {
"defaultMessage": "You can enable or disable notifications at any time."
},
"shipping_options.label.no_method_selected": {
"defaultMessage": "No shipping method selected"
},
Expand Down
6 changes: 0 additions & 6 deletions packages/template-retail-react-app/translations/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -1802,9 +1802,6 @@
"shipping_multi_address.success.address_saved": {
"defaultMessage": "Address saved successfully"
},
"shipping_options.action.send_as_gift_wrapping": {
"defaultMessage": "Send as a gift (gift wrapping)"
},
"shipping_options.button.continue_to_payment": {
"defaultMessage": "Continue to Payment"
},
Expand All @@ -1814,9 +1811,6 @@
"shipping_options.free": {
"defaultMessage": "Free"
},
"shipping_options.help.notifications": {
"defaultMessage": "You can enable or disable notifications at any time."
},
"shipping_options.label.no_method_selected": {
"defaultMessage": "No shipping method selected"
},
Expand Down
Loading