Skip to content

Commit d0648e2

Browse files
authored
Fix typo (#11024)
1 parent 31348af commit d0648e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/i18n/en-US/common.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ const translation = {
363363
deprecated: 'Deprecated',
364364
confirmDelete: 'Confirm deletion?',
365365
quotaTip: 'Remaining available free tokens',
366-
loadPresets: 'Load Presents',
366+
loadPresets: 'Load Presets',
367367
parameters: 'PARAMETERS',
368368
loadBalancing: 'Load balancing',
369369
loadBalancingDescription: 'Reduce pressure with multiple sets of credentials.',

web/i18n/en-US/share-app.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const translation = {
1414
prompt: 'Prompt',
1515
privatePromptConfigTitle: 'Conversation settings',
1616
publicPromptConfigTitle: 'Initial Prompt',
17-
configStatusDes: 'Before start, you can modify conversation settings',
17+
configStatusDes: 'Before starting, you can modify the conversation settings',
1818
configDisabled:
1919
'Previous session settings have been used for this session.',
2020
startChat: 'Start Chat',

0 commit comments

Comments
 (0)