File tree 2 files changed +4
-2
lines changed
client/packages/lowcoder/src
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -188,8 +188,8 @@ let TmpModalComp = (function () {
188
188
. setPropertyViewFn ( ( children ) => (
189
189
< >
190
190
< Section name = { sectionNames . basic } >
191
- { children . title . propertyView ( { label : trans ( "drawer .title" ) } ) }
192
- { children . title . getView ( ) && children . titleAlign . propertyView ( { label : trans ( "drawer .titleAlign" ) , radioButton : true } ) }
191
+ { children . title . propertyView ( { label : trans ( "modalComp .title" ) } ) }
192
+ { children . title . getView ( ) && children . titleAlign . propertyView ( { label : trans ( "modalComp .titleAlign" ) , radioButton : true } ) }
193
193
{ children . autoHeight . getPropertyView ( ) }
194
194
{ ! children . autoHeight . getView ( ) &&
195
195
children . height . propertyView ( {
Original file line number Diff line number Diff line change @@ -2343,6 +2343,8 @@ export const en = {
2343
2343
"openModalDesc" : "Open the Dialog Box" ,
2344
2344
"closeModalDesc" : "Close the Dialog Box" ,
2345
2345
"visibleDesc" : "Is it Visible? If True, the Current Dialog Box Will Pop Up" ,
2346
+ "title" : "Drawer Title" ,
2347
+ "titleAlign" : "Title Alignment" ,
2346
2348
"modalHeight" : "Modal Height" ,
2347
2349
"modalHeightTooltip" : "Pixel, Example: 222" ,
2348
2350
"modalWidth" : "Modal Width" ,
You can’t perform that action at this time.
0 commit comments