Skip to content

Commit

Permalink
fix: typo sucess -> success
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaody committed Oct 19, 2023
1 parent 7c82767 commit 1ac0025
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions support-files/i18n/notify/template_en_US.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -763,11 +763,11 @@
id: "aab3cc905f004b9392773d388d64daef"
sender: "DevOps"
title: "The pipeline under the project [${projectName}] [${pipelineName}] # ${buildNum} builds Stage audit"
body: "The build status is stage sucess, and your audit is required to implement the follow-up process.\nAudit description: ${reviewDesc}\nClick ${reviewUrl} on the computer side\nClick ${reviewAppUrl} on the mobile phone"
body: "The build status is stage success, and your audit is required to implement the follow-up process.\nAudit description: ${reviewDesc}\nClick ${reviewUrl} on the computer side\nClick ${reviewAppUrl} on the mobile phone"
weworkGroupTemplate:
id: "cead07553b364b5a9c3f0290e35c82da"
title: "The pipeline under the project [${projectName}] [${pipelineName}] # ${buildNum} builds Stage audit"
body: "The build status is stage sucess, and an audit of \"${reviewers}\" is required to execute the subsequent process.\n\nAudit description:\n${reviewDesc}\n\n[click on the computer side] (${reviewUrl})\n[click on mobile] (${reviewAppUrl})"
body: "The build status is stage success, and an audit of \"${reviewers}\" is required to execute the subsequent process.\n\nAudit description:\n${reviewDesc}\n\n[click on the computer side] (${reviewUrl})\n[click on mobile] (${reviewAppUrl})"
creator: "system"
modifior: "system"
- index: 37
Expand Down
4 changes: 2 additions & 2 deletions support-files/i18n/notify/template_zh_CN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -763,11 +763,11 @@
id: "aab3cc905f004b9392773d388d64daef"
sender: "DevOps"
title: "项目【${projectName}】下的流水线【${pipelineName}】#${buildNum} 构建Stage审核"
body: "构建状态为stage sucess,需要您的审核才执行后续流程\n审核说明: ${reviewDesc}\n电脑端点击 ${reviewUrl}\n手机端点击 ${reviewAppUrl}"
body: "构建状态为stage success,需要您的审核才执行后续流程\n审核说明: ${reviewDesc}\n电脑端点击 ${reviewUrl}\n手机端点击 ${reviewAppUrl}"
weworkGroupTemplate:
id: "cead07553b364b5a9c3f0290e35c82da"
title: "项目【${projectName}】下的流水线【${pipelineName}】#${buildNum} 构建Stage审核"
body: "构建状态为stage sucess,需要「${reviewers}」的审核才执行后续流程\n\n审核说明: \n${reviewDesc}\n\n[电脑端点击](${reviewUrl})\n[手机端点击](${reviewAppUrl})"
body: "构建状态为stage success,需要「${reviewers}」的审核才执行后续流程\n\n审核说明: \n${reviewDesc}\n\n[电脑端点击](${reviewUrl})\n[手机端点击](${reviewAppUrl})"
creator: "system"
modifior: "system"
- index: 37
Expand Down

0 comments on commit 1ac0025

Please sign in to comment.