mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-10 15:30:25 +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",
|
"name": "Label",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Label for group box"
|
"description": "Label for group box",
|
||||||
|
"translate" : true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user