jinhai-2012 commited on
Commit
4beec7d
·
1 Parent(s): 274a893

Fix text (#4244)

Browse files

### What problem does this PR solve?

Fix frontend text

### Type of change

- [x] Refactoring

Signed-off-by: jinhai <[email protected]>

Files changed (1) hide show
  1. web/src/locales/en.ts +5 -4
web/src/locales/en.ts CHANGED
@@ -33,7 +33,7 @@ export default {
33
  pleaseSelect: 'Please select',
34
  pleaseInput: 'Please input',
35
  submit: 'Submit',
36
- embedIntoSite: 'Embed Into Site',
37
  },
38
  login: {
39
  login: 'Sign in',
@@ -422,15 +422,16 @@ The above is the content you need to summarize.`,
422
  createNewKey: 'Create new key',
423
  created: 'Created',
424
  action: 'Action',
425
- embedModalTitle: 'Embed into website',
426
  comingSoon: 'Coming Soon',
427
  fullScreenTitle: 'Full Embed',
428
  fullScreenDescription:
429
  'Embed the following iframe into your website at the desired location',
430
  partialTitle: 'Partial Embed',
431
  extensionTitle: 'Chrome Extension',
432
- tokenError: 'Please create API Token first!',
433
- betaError: 'Please acquire a RAGFlow API key from the System Settings page first.',
 
434
  searching: 'Searching...',
435
  parsing: 'Parsing',
436
  uploading: 'Uploading',
 
33
  pleaseSelect: 'Please select',
34
  pleaseInput: 'Please input',
35
  submit: 'Submit',
36
+ embedIntoSite: 'Embed into webpage',
37
  },
38
  login: {
39
  login: 'Sign in',
 
422
  createNewKey: 'Create new key',
423
  created: 'Created',
424
  action: 'Action',
425
+ embedModalTitle: 'Embed into webpage',
426
  comingSoon: 'Coming Soon',
427
  fullScreenTitle: 'Full Embed',
428
  fullScreenDescription:
429
  'Embed the following iframe into your website at the desired location',
430
  partialTitle: 'Partial Embed',
431
  extensionTitle: 'Chrome Extension',
432
+ tokenError: 'Please create API key first.',
433
+ betaError:
434
+ 'Please acquire a RAGFlow API key from the System Settings page first.',
435
  searching: 'Searching...',
436
  parsing: 'Parsing',
437
  uploading: 'Uploading',