Skip to content

Commit ef500c7

Browse files
committed
fix: Update missing label name change (#416)
1 parent 3fb4d11 commit ef500c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ module.exports = {
773773
{ id: 'display-position', icon: 'las la-plus', label: 'mixins.activity.DISPLAY_POSITION', handler: { name: 'setTopPaneMode', params: ['display-position'] } },
774774
{ id: 'display-legend', icon: 'las la-list', label: 'mixins.activity.DISPLAY_LEGEND', handler: { name: 'openWidget', params: ['legend-widget'] } },
775775
{ id: 'display-selection', icon: 'las la-object-group', label: 'mixins.activity.DISPLAY_SELECTION', handler: { name: 'openWidget', params: ['selection-widget'] } },
776-
{ id: 'display-style-manager', icon: 'las la-paint-brush', label: 'mixins.activity.DISPLAY_STYLE_MANAGER', handler: { name: 'openWidget', params: ['style-manager'] } },
776+
{ id: 'display-style-manager', icon: 'las la-paint-brush', label: 'mixins.activity.DISPLAY_STYLES', handler: { name: 'openWidget', params: ['style-manager'] } },
777777
]
778778
},
779779
{component: 'QSeparator', vertical: true, inset: true},

0 commit comments

Comments
 (0)