Quellcode durchsuchen

Fix typo (#3041)

tags/0.5.11-fix1
Nanguan Lin vor 1 Jahr
Ursprung
Commit
12782cad4d
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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 Datei anzeigen

@@ -12,7 +12,7 @@ Please delete options that are not relevant.
- [ ] New feature (non-breaking change which adds functionality)
- [ ] 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)
- [ ] 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

# How Has This Been Tested?

+ 1
- 1
web/i18n/en-US/app-annotation.ts Datei anzeigen

@@ -4,7 +4,7 @@ const translation = {
editBy: 'Answer edited by {{author}}',
noData: {
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: {
header: {

Laden…
Abbrechen
Speichern