From 617358e6d042d85957b3969b00037c11fef28006 Mon Sep 17 00:00:00 2001 From: leon Date: Thu, 10 Aug 2023 16:48:50 +0800 Subject: [PATCH] fix typo --- Roo/bootstrap/form/DateField.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/form/DateField.js b/Roo/bootstrap/form/DateField.js index f39231071a..d9f7c9014a 100644 --- a/Roo/bootstrap/form/DateField.js +++ b/Roo/bootstrap/form/DateField.js @@ -186,7 +186,7 @@ Roo.extend(Roo.bootstrap.form.DateField, Roo.bootstrap.form.Input, { } translation.months.push(month); - translation/monthsShort.push(monthShort); + translation.monthsShort.push(monthShort); } }, -- 2.39.2