From 600f435d27c6c224ced9d2998177d0ec1148d6fe Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Thu, 26 Dec 2024 17:03:48 +0800 Subject: [PATCH] Fix text (#4244) ### What problem does this PR solve? Fix frontend text ### Type of change - [x] Refactoring Signed-off-by: jinhai --- web/src/locales/en.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/web/src/locales/en.ts b/web/src/locales/en.ts index 70012055d..8fb3fa943 100644 --- a/web/src/locales/en.ts +++ b/web/src/locales/en.ts @@ -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', @@ -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',