Skip to content

Commit f4b3324

Browse files
committed
wip: Provide ready-made configuration snippets to help set up the app's configuration file #1140
1 parent 3df38ad commit f4b3324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/configs/panes.left.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = {
3333
label: 'layout.ABOUT',
3434
renderer: 'item',
3535
dialog: {
36-
component: 'app/KAbout', title: 'ABOUT', okAction: 'CLOSE'
36+
component: 'app/KAbout', title: 'layout.ABOUT', okAction: 'CLOSE'
3737
},
3838
}, options)
3939
},

0 commit comments

Comments
 (0)