fix: correct typo in environment variable description (#7817)

This commit is contained in:
Benjamin 2024-08-30 00:03:40 +08:00 committed by GitHub
parent bd6d4d0553
commit c9e0f0bf20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ const translation = {
}, },
env: { env: {
envPanelTitle: '环境变量', envPanelTitle: '环境变量',
envDescription: '环境变量是一种存储敏感信息的方法,如 API 密钥、数据库密码等。它们被存储在工作流程中,而不是代码中,以便在不同环中共享。', envDescription: '环境变量是一种存储敏感信息的方法,如 API 密钥、数据库密码等。它们被存储在工作流程中,而不是代码中,以便在不同环中共享。',
envPanelButton: '添加环境变量', envPanelButton: '添加环境变量',
modal: { modal: {
title: '添加环境变量', title: '添加环境变量',