diff --git a/src/components/driver/DriverShipmentPanel.jsx b/src/components/driver/DriverShipmentPanel.jsx index f63c576..1852f86 100644 --- a/src/components/driver/DriverShipmentPanel.jsx +++ b/src/components/driver/DriverShipmentPanel.jsx @@ -318,7 +318,7 @@ export const DriverShipmentPanel = ({ order, onShipmentChange, onSaveShipment, i }} disabled={isSavingShipment || shippedCount === 0} > - {isSavingShipment ? "Сохраняем..." : "Сохранить отгрузку"} + {isSavingShipment ? "Сохраняем..." : justSaved ? "Сохранить изменения" : "Сохранить"} {shippedCount > 0 && shippedCount < items.length && (