Skip to content

Commit

Permalink
Fix text (infiniflow#4244)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

Fix frontend text

### Type of change

- [x] Refactoring

Signed-off-by: jinhai <[email protected]>
  • Loading branch information
JinHai-CN authored Dec 26, 2024
1 parent 722545e commit 600f435
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions web/src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {
pleaseSelect: 'Please select',
pleaseInput: 'Please input',
submit: 'Submit',
embedIntoSite: 'Embed Into Site',
embedIntoSite: 'Embed into webpage',
},
login: {
login: 'Sign in',
Expand Down Expand Up @@ -422,15 +422,16 @@ The above is the content you need to summarize.`,
createNewKey: 'Create new key',
created: 'Created',
action: 'Action',
embedModalTitle: 'Embed into website',
embedModalTitle: 'Embed into webpage',
comingSoon: 'Coming Soon',
fullScreenTitle: 'Full Embed',
fullScreenDescription:
'Embed the following iframe into your website at the desired location',
partialTitle: 'Partial Embed',
extensionTitle: 'Chrome Extension',
tokenError: 'Please create API Token first!',
betaError: 'Please acquire a RAGFlow API key from the System Settings page first.',
tokenError: 'Please create API key first.',
betaError:
'Please acquire a RAGFlow API key from the System Settings page first.',
searching: 'Searching...',
parsing: 'Parsing',
uploading: 'Uploading',
Expand Down

0 comments on commit 600f435

Please sign in to comment.