mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
Fix typo (#3041)
This commit is contained in:
parent
fc5ed17fe9
commit
12782cad4d
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
|
@ -12,7 +12,7 @@ Please delete options that are not relevant.
|
||||||
- [ ] 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)
|
||||||
- [ ] Improvement,including 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?
|
||||||
|
|
|
@ -4,7 +4,7 @@ const translation = {
|
||||||
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: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user