File tree 2 files changed +2
-2
lines changed
apps/codeimage/src/components/Toolbar 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ export function ExportDialog(props: ExportDialogProps & DialogProps) {
293
293
checked = { exportCanvasStore . get . showOnlyActiveTab }
294
294
onChange = { exportCanvasStore . setShowOnlyActiveTab }
295
295
size = { 'md' }
296
- label = { '(Export only) Show only active tab' }
296
+ label = { 'Show only active tab' }
297
297
/>
298
298
</ VStack >
299
299
</ DynamicSizedContainer >
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ export function ExportPopoverContent() {
121
121
checked = { exportCanvasStore . get . showOnlyActiveTab }
122
122
onChange = { exportCanvasStore . setShowOnlyActiveTab }
123
123
size = { 'md' }
124
- label = { '(Export only ) Show only active tab' }
124
+ label = { '(Export) Show only active tab' }
125
125
/>
126
126
</ VStack >
127
127
</ div >
You can’t perform that action at this time.
0 commit comments