From 4dff2f765749e296458b7cb14238d0521edf2caf Mon Sep 17 00:00:00 2001 From: liwenrui Date: Tue, 1 Aug 2023 15:50:04 +0800 Subject: [PATCH] * tweak lang. --- module/ai/lang/zh-cn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/ai/lang/zh-cn.php b/module/ai/lang/zh-cn.php index f6eb693cfa..7cdf281cc1 100644 --- a/module/ai/lang/zh-cn.php +++ b/module/ai/lang/zh-cn.php @@ -94,7 +94,7 @@ $lang->ai->prompts->action->publishSuccess = '发布成功'; /* Steps of prompt creation. */ $lang->ai->prompts->assignRole = '指定角色'; -$lang->ai->prompts->selectDataSource = '选择字段'; +$lang->ai->prompts->selectDataSource = '选择对象'; $lang->ai->prompts->setPurpose = '确认操作'; $lang->ai->prompts->setTargetForm = '结果处理'; $lang->ai->prompts->finalize = '准备发布';