Skip to content

Commit

Permalink
Use correct letter casing for LoRAs
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Mar 28, 2024
1 parent 338aac9 commit e4dffed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e4dffed

Please sign in to comment.