mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-16 05:05:07 -05:00
fix(ui): missing translation on node footer
This commit is contained in:
@@ -30,7 +30,7 @@ const SaveToGalleryCheckbox = ({ nodeId }: { nodeId: string }) => {
|
||||
|
||||
return (
|
||||
<FormControl className="nopan">
|
||||
<FormLabel>{t('hotkeys.saveToGallery.title')} </FormLabel>
|
||||
<FormLabel>{t('nodes.saveToGallery')} </FormLabel>
|
||||
<Checkbox onChange={handleChange} isChecked={!isIntermediate} />
|
||||
</FormControl>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user