Skip to content

Commit

Permalink
fix: correct typo in environment variable description (#7817)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminX authored Aug 29, 2024
1 parent bd6d4d0 commit c9e0f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/i18n/zh-Hans/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const translation = {
},
env: {
envPanelTitle: '环境变量',
envDescription: '环境变量是一种存储敏感信息的方法,如 API 密钥、数据库密码等。它们被存储在工作流程中,而不是代码中,以便在不同环墋中共享。',
envDescription: '环境变量是一种存储敏感信息的方法,如 API 密钥、数据库密码等。它们被存储在工作流程中,而不是代码中,以便在不同环境中共享。',
envPanelButton: '添加环境变量',
modal: {
title: '添加环境变量',
Expand Down

0 comments on commit c9e0f0b

Please sign in to comment.