localization(ui): Localize Lora Stuff

This commit is contained in:
blessedcoolant
2023-04-01 00:18:41 +13:00
parent a8b9458de2
commit 2c5c20c8a0
2 changed files with 2 additions and 1 deletions

View File

@@ -328,6 +328,7 @@
"updateModel": "Update Model",
"availableModels": "Available Models",
"addLora": "Add Lora",
"noLoraModels": "No Loras Found",
"search": "Search",
"load": "Load",
"active": "active",

View File

@@ -83,7 +83,7 @@ export default function LoraManager() {
borderRadius={4}
fontWeight="bold"
>
No Loras Found
{t('modelManager.noLoraModels')}
</Box>
);
}