From c8771dd3b9eac675c6fda5439ac2752622521979 Mon Sep 17 00:00:00 2001 From: yxf Date: Tue, 2 Jun 2026 14:56:25 +0800 Subject: [PATCH] fix(label): update LoRA Adapter label to plural form --- src/locales/en-US/models.ts | 2 +- src/locales/ja-JP/models.ts | 2 +- src/locales/ru-RU/models.ts | 2 +- src/locales/tr-TR/models.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/locales/en-US/models.ts b/src/locales/en-US/models.ts index adad18cc..b3786e48 100644 --- a/src/locales/en-US/models.ts +++ b/src/locales/en-US/models.ts @@ -291,7 +291,7 @@ export default { 'models.instance.startHistory': 'Run History', 'models.instance.startHistory.tips': 'Shows logs from the run before the last error-triggered restart.', - 'models.form.lora.label': 'LoRA Adapter', + 'models.form.lora.label': 'LoRA Adapters', 'models.form.lora.add': 'Add LoRA Adapter', 'models.form.lora.select': 'Select LoRA', 'models.form.lora.name': 'LoRA name', diff --git a/src/locales/ja-JP/models.ts b/src/locales/ja-JP/models.ts index 88b5f157..9198d150 100644 --- a/src/locales/ja-JP/models.ts +++ b/src/locales/ja-JP/models.ts @@ -291,7 +291,7 @@ export default { 'models.instance.startHistory': 'Run History', 'models.instance.startHistory.tips': 'Shows logs from the run before the last error-triggered restart.', - 'models.form.lora.label': 'LoRA Adapter', + 'models.form.lora.label': 'LoRA Adapters', 'models.form.lora.add': 'Add LoRA Adapter', 'models.form.lora.select': 'Select LoRA', 'models.form.lora.name': 'LoRA name', diff --git a/src/locales/ru-RU/models.ts b/src/locales/ru-RU/models.ts index adbabf97..58731f28 100644 --- a/src/locales/ru-RU/models.ts +++ b/src/locales/ru-RU/models.ts @@ -295,7 +295,7 @@ export default { 'models.instance.startHistory': 'Run History', 'models.instance.startHistory.tips': 'Shows logs from the run before the last error-triggered restart.', - 'models.form.lora.label': 'LoRA Adapter', + 'models.form.lora.label': 'LoRA Adapters', 'models.form.lora.add': 'Add LoRA Adapter', 'models.form.lora.select': 'Select LoRA', 'models.form.lora.name': 'LoRA name', diff --git a/src/locales/tr-TR/models.ts b/src/locales/tr-TR/models.ts index de9d3385..32b375b1 100644 --- a/src/locales/tr-TR/models.ts +++ b/src/locales/tr-TR/models.ts @@ -291,7 +291,7 @@ export default { 'models.instance.startHistory': 'Run History', 'models.instance.startHistory.tips': 'Shows logs from the run before the last error-triggered restart.', - 'models.form.lora.label': 'LoRA Adapter', + 'models.form.lora.label': 'LoRA Adapters', 'models.form.lora.add': 'Add LoRA Adapter', 'models.form.lora.select': 'Select LoRA', 'models.form.lora.name': 'LoRA name',