PluginProbe
Packeta / 2.1
Packeta v2.1
2.3.2 2.3.1 trunk 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.3.0 1.3.1 1.3.2 1.4 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 All 56 releases
← All changes | src/Packetery/Module/Log/Page.php +2 -4 trunk2.1 View file →
@@ -96,11 +96,10 @@
96 96 public function render(): void {
97 97 $translatedActions = [
98 98 Record::ACTION_PACKET_SENDING => __( 'Packet sending', 'packeta' ),
99 99 Record::ACTION_PACKET_CLAIM_SENDING => __( 'Packet claim sending', 'packeta' ),
100 - Record::ACTION_CARRIER_LABEL_PRINT => __( 'Carrier label printing', 'packeta' ),
101 - Record::ACTION_LABEL_PRINT => __( 'Label printing', 'packeta' ),
102 - Record::ACTION_CLAIM_LABEL_PRINT => __( 'Claim assistant label printing', 'packeta' ),
100 + Record::ACTION_CARRIER_LABEL_PRINT => __( 'Carrier label print', 'packeta' ),
101 + Record::ACTION_LABEL_PRINT => __( 'Label print', 'packeta' ),
103 102 Record::ACTION_CARRIER_LIST_UPDATE => __( 'Carrier list update', 'packeta' ),
104 103 Record::ACTION_CARRIER_NUMBER_RETRIEVING => __( 'Getting external carrier tracking number', 'packeta' ),
105 104 Record::ACTION_CARRIER_TABLE_NOT_CREATED => __( 'Database carrier table was not created.', 'packeta' ),
106 105 Record::ACTION_ORDER_TABLE_NOT_CREATED => __( 'Database order table was not created.', 'packeta' ),
@@ -105,9 +104,8 @@
105 104 Record::ACTION_CARRIER_TABLE_NOT_CREATED => __( 'Database carrier table was not created.', 'packeta' ),
106 105 Record::ACTION_ORDER_TABLE_NOT_CREATED => __( 'Database order table was not created.', 'packeta' ),
107 106 Record::ACTION_SENDER_VALIDATION => __( 'Sender validation', 'packeta' ),
108 107 Record::ACTION_PACKET_STATUS_SYNC => __( 'Packet status synchronization', 'packeta' ),
109 - Record::ACTION_PACKET_INFO => __( 'Packet info', 'packeta' ),
110 108 Record::ACTION_PACKET_CANCEL => __( 'Packet cancel', 'packeta' ),
111 109 Record::ACTION_PICKUP_POINT_VALIDATE => __( 'Pickup point validation', 'packeta' ),
112 110 Record::ACTION_ORDER_STATUS_CHANGE => __( 'Order status change', 'packeta' ),
113 111 ];