Skip to content

Commit 9fb8335

Browse files
committed
fix i18n
1 parent b696df5 commit 9fb8335

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/codeimage/src/components/Toolbar/ExportButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ export function ExportDialog(props: ExportDialogProps & DialogProps) {
293293
checked={exportCanvasStore.get.showOnlyActiveTab}
294294
onChange={exportCanvasStore.setShowOnlyActiveTab}
295295
size={'md'}
296-
label={'(Export only) Show only active tab'}
296+
label={'Show only active tab'}
297297
/>
298298
</VStack>
299299
</DynamicSizedContainer>

apps/codeimage/src/components/Toolbar/ExportContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export function ExportPopoverContent() {
121121
checked={exportCanvasStore.get.showOnlyActiveTab}
122122
onChange={exportCanvasStore.setShowOnlyActiveTab}
123123
size={'md'}
124-
label={'(Export only) Show only active tab'}
124+
label={'(Export) Show only active tab'}
125125
/>
126126
</VStack>
127127
</div>

0 commit comments

Comments
 (0)