浏览代码

Fix typo (#3041)

tags/0.5.11-fix1
Nanguan Lin 1年前
父节点
当前提交
12782cad4d
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      .github/pull_request_template.md
  2. 1
    1
      web/i18n/en-US/app-annotation.ts

+ 1
- 1
.github/pull_request_template.md 查看文件

- [ ] New feature (non-breaking change which adds functionality) - [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs) - [ ] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs)
- [ ] Improvementincluding but not limited to code refactoring, performance optimization, and UI/UX improvement
- [ ] Improvement, including but not limited to code refactoring, performance optimization, and UI/UX improvement
- [ ] Dependency upgrade - [ ] Dependency upgrade


# How Has This Been Tested? # How Has This Been Tested?

+ 1
- 1
web/i18n/en-US/app-annotation.ts 查看文件

editBy: 'Answer edited by {{author}}', editBy: 'Answer edited by {{author}}',
noData: { noData: {
title: 'No annotations', title: 'No annotations',
description: 'You can edit annotations in app debuggiung, or import annotations in bulk here for high-quality response.',
description: 'You can edit annotations during app debugging or import annotations in bulk here for a high-quality response.',
}, },
table: { table: {
header: { header: {

正在加载...
取消
保存