fix typo
authorleon <leon@roojs.com>
Thu, 10 Aug 2023 08:48:50 +0000 (16:48 +0800)
committerleon <leon@roojs.com>
Thu, 10 Aug 2023 08:48:50 +0000 (16:48 +0800)
Roo/bootstrap/form/DateField.js

index f392310..d9f7c90 100644 (file)
@@ -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);
         }
     },