From e4dffed25c48546e97c93626b8bdaf48464e29cd Mon Sep 17 00:00:00 2001 From: Dominik Chrastecky Date: Thu, 28 Mar 2024 10:20:28 +0100 Subject: [PATCH] Use correct letter casing for LoRAs --- src/assets/i18n/en.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index c21a77e..eef6065 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -183,22 +183,22 @@ "app.about.features.more": "... and more!", "app.version": "Version", "app.about.ai_horde": "So what is the [link:hordeLink]AI Horde[/link], you ask? It's an open source network of workers that generate the content you ask for, for you. When workers generate something (image, text), they gain Kudos which in turn they can use for their own requests. Every request costs Kudos, but don't worry, you can go negative and your requests will still be handled! They will just be handled with lower priority. Visit the [link:hordeLink]AI Horde[/link] website for more information.", - "app.generate.lora_list": "LORAs", - "app.generate.lora_list.no_loras": "No LORA selected.", + "app.generate.lora_list": "LoRAs", + "app.generate.lora_list.no_loras": "No LoRA selected.", "app.generate.lora.clip_strength": "CLIP", "app.generate.lora.model_strength": "strength", - "app.generate.add_loras": "Add LORAs", + "app.generate.add_loras": "Add LoRAs", "app.lora_selector.search_term": "Search for", "app.lora_selector.nsfw": "NSFW?", "app.lora_selector.search": "Search", "app.image.model_image": "Model image", "app.image.no_image": "No image", "app.model.version": "Version", - "app.lora_selector.use_lora": "Use LORA", - "app.about.features.lora": "Search for and use LORAs", + "app.lora_selector.use_lora": "Use LoRA", + "app.about.features.lora": "Search for and use LoRAs", "app.warning.model_bases_match": "The base models don't match, {{expected}} is expected, but {{provided}} was provided.", "app.lora_selector.view_on_civitai": "View on CivitAI", - "app.lora_configure.description": "Here you can configure how strongly does the LORA affect the image generation.", + "app.lora_configure.description": "Here you can configure how strongly does the LoRA affect the image generation.", "app.lora_configure.model_strength": "Model strength", "app.lora_configure.clip_strength": "CLIP strength", "app.generate.face_fixers": "Face fixers",