From e9b4edc7925d1646585a4727a8e7ad7bb16b05c7 Mon Sep 17 00:00:00 2001 From: Kirill Date: Sun, 24 May 2026 14:22:58 +0500 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B2=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/src/lib/notifications/templates/email-templates.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/lib/notifications/templates/email-templates.js b/server/src/lib/notifications/templates/email-templates.js index 36d6722..daf9900 100644 --- a/server/src/lib/notifications/templates/email-templates.js +++ b/server/src/lib/notifications/templates/email-templates.js @@ -31,10 +31,10 @@ export function renderOrderStatusChangedEmail({ orderId, oldStatus, newStatus }) DRAFT: 'Черновик', PENDING_PAYMENT: 'Ожидает оплаты', PAID: 'Оплачен', - IN_PROGRESS: 'В работе', + IN_PROGRESS: 'Подготовка к отправке', READY_FOR_PICKUP: 'Готов к выдаче', SHIPPED: 'Отправлен', - DONE: 'Выполнен', + DONE: 'Завершён', CANCELLED: 'Отменён', } const oldLabel = statusLabels[oldStatus] || oldStatus