mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
localization(ui): Localize Lora Stuff
This commit is contained in:
@@ -328,6 +328,7 @@
|
||||
"updateModel": "Update Model",
|
||||
"availableModels": "Available Models",
|
||||
"addLora": "Add Lora",
|
||||
"noLoraModels": "No Loras Found",
|
||||
"search": "Search",
|
||||
"load": "Load",
|
||||
"active": "active",
|
||||
|
||||
@@ -83,7 +83,7 @@ export default function LoraManager() {
|
||||
borderRadius={4}
|
||||
fontWeight="bold"
|
||||
>
|
||||
No Loras Found
|
||||
{t('modelManager.noLoraModels')}
|
||||
</Box>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user