mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +01:00
Fix missing translation attr in groupbox widget
This commit is contained in:
parent
eabf6b2dbd
commit
ae2049db28
@ -46,7 +46,8 @@ var et2_groupbox_legend = et2_baseWidget.extend(
|
||||
"name": "Label",
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "Label for group box"
|
||||
"description": "Label for group box",
|
||||
"translate" : true
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user