Skip to content

Commit 81bdd41

Browse files
committed
feat: update GLS shipment function name and icon for improved clarity
1 parent 2a8cfb0 commit 81bdd41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

actions/gls-action/src/functions/services/createFlexDeliveryShipmentFunction.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import {
2323

2424
@Identifier("createFlexDeliveryShipment")
2525
@Signature(`(${SHARED_SERVICE_SIGNATURE}): GLS_CREATE_PARCELS_RESPONSE`)
26-
@Name({ code: "en-US", content: "Create flex delivery shipment" })
27-
@DisplayIcon("tabler:truck-delivery")
26+
@Name({ code: "en-US", content: "Send flex delivery shipment" })
27+
@DisplayIcon("codezero:gls")
2828
@DisplayMessage({ code: "en-US", content: "Send flex delivery shipment" })
2929
@Documentation({
3030
code: "en-US",

0 commit comments

Comments
 (0)