Skip to content

Commit abc37df

Browse files
committed
translation changed
1 parent 4d3fd58 commit abc37df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/pageLayoutComp/pageLayoutComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export class PageLayoutComp extends layoutBaseComp implements IContainer {
155155
return [
156156
this.children.autoHeight.getPropertyView(),
157157
this.children.siderScrollbars.propertyView({ label: trans("prop.siderScrollbar")}),
158-
(!this.children.autoHeight.getView()) && this.children.contentScrollbars.propertyView({ label: trans("prop.contentScrollbar") }),
158+
(!this.children.autoHeight.getView()) && this.children.contentScrollbars.propertyView({ label: trans("prop.showVerticalScrollbar") }),
159159
];
160160
}
161161

0 commit comments

Comments
 (0)