From 187ef90c96945bfca8e27b06b891c78158b8e4d0 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 15 Jun 2026 16:29:20 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B0=20'?= =?UTF-8?q?=D0=A1=D0=BE=D1=85=D1=80=D0=B0=D0=BD=D0=B8=D1=82=D1=8C'=20?= =?UTF-8?q?=E2=86=92=20'=D0=A1=D0=BE=D1=85=D1=80=D0=B0=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F?= =?UTF-8?q?'=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=20=D0=BF=D0=B5=D1=80=D0=B2?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D1=81=D0=BE=D1=85=D1=80=D0=B0=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/driver/DriverShipmentPanel.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && (