mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 03:35:51 +08:00
fix: correct typo in environment variable description (#7817)
This commit is contained in:
parent
bd6d4d0553
commit
c9e0f0bf20
@ -80,7 +80,7 @@ const translation = {
|
|||||||
},
|
},
|
||||||
env: {
|
env: {
|
||||||
envPanelTitle: '环境变量',
|
envPanelTitle: '环境变量',
|
||||||
envDescription: '环境变量是一种存储敏感信息的方法,如 API 密钥、数据库密码等。它们被存储在工作流程中,而不是代码中,以便在不同环墋中共享。',
|
envDescription: '环境变量是一种存储敏感信息的方法,如 API 密钥、数据库密码等。它们被存储在工作流程中,而不是代码中,以便在不同环境中共享。',
|
||||||
envPanelButton: '添加环境变量',
|
envPanelButton: '添加环境变量',
|
||||||
modal: {
|
modal: {
|
||||||
title: '添加环境变量',
|
title: '添加环境变量',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user