Skip to content

Commit 8ed59e4

Browse files
committed
chore(i18n): optimize english translations and standardize title case
1 parent d3902a5 commit 8ed59e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
},
2828
datasetForm: {
2929
title: {
30-
info: 'Knowledge settings'
30+
info: 'Knowledge Settings'
3131
},
3232
form: {
3333
datasetName: {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,15 @@ export default {
136136
saveSuccess: 'Appearance settings successfully applied'
137137
},
138138
email: {
139-
title: 'Mail Settings',
139+
title: 'Email Settings',
140140
smtpHost: 'SMTP Host',
141141
smtpHostPlaceholder: 'Please enter SMTP host',
142142
smtpPort: 'SMTP Port',
143143
smtpPortPlaceholder: 'Please enter SMTP port',
144144
smtpUser: 'SMTP User',
145145
smtpUserPlaceholder: 'Please enter SMTP user',
146-
sendEmail: 'Send Email',
147-
sendEmailPlaceholder: 'Please enter send email',
146+
sendEmail: 'Sender\'s Email',
147+
sendEmailPlaceholder: 'Please enter the sender\'s email',
148148
smtpPassword: 'SMTP Password',
149149
smtpPasswordPlaceholder: 'Please enter SMTP password',
150150
enableSSL: 'Enable SSL (if the SMTP port is 465, you usually need to enable SSL)',

0 commit comments

Comments
 (0)