modified labels

This commit is contained in:
Jakub Trllo 2022-07-15 11:42:48 +02:00
parent beb53f7ccb
commit e74f526def

View file

@ -410,7 +410,10 @@
{
"type": "boolean",
"key": "cycle_enabled",
"label": "Create daily review session"
"label": "Run automatically every day"
},
{
"type": "separator"
},
{
"type": "list-strict",
@ -419,17 +422,19 @@
"tooltip": "This may take affect on next day",
"object_types": [
{
"label": "HMS",
"label": "H:",
"type": "number",
"minimum": 0,
"maximum": 23,
"decimal": 0
}, {
"label": "M:",
"type": "number",
"minimum": 0,
"maximum": 59,
"decimal": 0
}, {
"label": "S:",
"type": "number",
"minimum": 0,
"maximum": 59,
@ -437,6 +442,10 @@
}
]
},
{
"type": "label",
"label": "This can't be overriden per project and any change will take effect on the next day or on restart of event server."
},
{
"type": "separator"
},