From 10daaca752d2e8698ec45699433488aca921e591 Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Thu, 4 Sep 2025 11:18:53 +0300 Subject: [PATCH] =?utf8?q?=D0=9C=D0=B5=D0=BD=D1=8F=D0=B5=D0=BC=20=D0=B7?= =?utf8?q?=D0=B0=D0=BF=D0=B8=D1=81=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/web/js/products1cNomenclatureActuality/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/web/js/products1cNomenclatureActuality/index.js b/erp24/web/js/products1cNomenclatureActuality/index.js index 62119aaf..4e2e10cd 100644 --- a/erp24/web/js/products1cNomenclatureActuality/index.js +++ b/erp24/web/js/products1cNomenclatureActuality/index.js @@ -267,7 +267,7 @@ $(document).on('click', '.clear-interval-btn', function () { let btn = $(this); let id = btn.data('id'); - if (!confirm('Удалить запись?')) { + if (!confirm('Очистить запись интервала?')) { return; } -- 2.39.5