refactor: update label and description on short year checkbox

Is short/long year.
This commit is contained in:
ajiragroup
2024-11-14 16:13:54 +05:45
committed by ruthra kumar
parent 7be10a744d
commit 1d6b9b405f

View File

@@ -72,10 +72,10 @@
}, },
{ {
"default": "0", "default": "0",
"description": "Less than 12 months.", "description": "More/Less than 12 months.",
"fieldname": "is_short_year", "fieldname": "is_short_year",
"fieldtype": "Check", "fieldtype": "Check",
"label": "Is Short Year", "label": "Is Short/Long Year",
"set_only_once": 1 "set_only_once": 1
} }
], ],