Skip to content

Commit 9b220f6

Browse files
translations(ui): add translation for gallery settings
1 parent 7fc3af1 commit 9b220f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/gallery/components/GallerySettingsPopover/GallerySettingsPopover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const GallerySettingsPopover = memo(() => {
4040
<PopoverBody>
4141
<Flex direction="column" gap={2}>
4242
<Text fontWeight="semibold" color="base.300">
43-
Gallery Settings
43+
{t('gallery.gallerySettings')}
4444
</Text>
4545

4646
<Divider />

0 commit comments

Comments
 (0)