From 6582376e3b04465cfd3a149ccb2e318b233c560d Mon Sep 17 00:00:00 2001 From: chenyu <63953834+chenyu-01@users.noreply.github.com> Date: Sun, 29 Dec 2024 13:11:16 +0800 Subject: [PATCH] fix: update selector title in localization files, in case when dalle3 config selector use same title --- app/locales/cn.ts | 2 +- app/locales/en.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/locales/cn.ts b/app/locales/cn.ts index fd40c175b..f483be804 100644 --- a/app/locales/cn.ts +++ b/app/locales/cn.ts @@ -759,7 +759,7 @@ const cn = { Sync: "同步", Config: "配置", Search: "搜索", - SelectorTitle: "选择model", + SelectorTitle: "选择", NoResults: "没有结果", }, Exporter: { diff --git a/app/locales/en.ts b/app/locales/en.ts index fb80ca4b4..0a1d0edd2 100644 --- a/app/locales/en.ts +++ b/app/locales/en.ts @@ -765,7 +765,7 @@ const en: LocaleType = { Sync: "Sync", Config: "Config", Search: "Search", - SelectorTitle: "Choose Model", + SelectorTitle: "Select", NoResults: "No Results", }, Exporter: {