Skip to content

Commit fec705f

Browse files
fix: typos
1 parent 9d842f4 commit fec705f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ui/src/locales/lang/en-US/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
createDate: 'Create Date',
2828
createTime: 'Create Time',
2929
operation: 'Operation',
30-
character: 'charcters',
30+
character: 'characters',
3131
export: 'Export',
3232
exportSuccess: 'Successful',
3333
unavailable: '(Unavailable)',

ui/src/locales/lang/en-US/views/document.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default {
9595
},
9696
table: {
9797
name: 'Document Name',
98-
char_length: 'Charcter',
98+
char_length: 'Character',
9999
paragraph: 'Segment',
100100
all: 'All',
101101
updateTime: 'Update Time'

ui/src/locales/lang/en-US/views/paragraph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default {
33
editParagraph: 'Edit Segment',
44
addParagraph: 'Add Segment',
55
paragraphDetail: 'Segment Details',
6-
character_count: 'charcters',
6+
character_count: 'characters',
77
setting: {
88
batchSelected: 'Batch Select',
99
cancelSelected: 'Cancel Selection'

0 commit comments

Comments
 (0)