mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-04-04 22:15:08 +02:00
feat(ui): use translation for load from file buttons
This commit is contained in:
parent
3dff87aeee
commit
7535d2e188
@ -870,6 +870,7 @@
|
||||
"generatorNRandomValues_other": "{{count}} random values",
|
||||
"generatorNoValues": "empty",
|
||||
"generatorLoading": "loading",
|
||||
"generatorLoadFromFile": "Load from File",
|
||||
"dynamicPromptsRandom": "Dynamic Prompts (Random)",
|
||||
"dynamicPromptsCombinatorial": "Dynamic Prompts (Combinatorial)",
|
||||
"addNode": "Add Node",
|
||||
|
||||
@ -62,8 +62,8 @@ export const GeneratorTextareaWithFileUpload = memo(({ value, onChange }: Props)
|
||||
{t('common.input')}
|
||||
<Spacer />
|
||||
<IconButton
|
||||
tooltip="Load from file"
|
||||
aria-label="Load from file"
|
||||
tooltip={t('nodes.generatorLoadFromFile')}
|
||||
aria-label={t('nodes.generatorLoadFromFile')}
|
||||
icon={<PiUploadFill />}
|
||||
variant="link"
|
||||
{...getRootProps()}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user