Skip to content

Commit ccd23ea

Browse files
authored
chore(i18n): unify terminology by replacing "Link" and "Associate" with "Relate" for knowledge context (#2161)
1 parent 621c081 commit ccd23ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export default {
168168
successMessage: 'Successful',
169169
tip1: 'The {data} in the prompt is a placeholder for segmented content, which is replaced by the segmented content when executed and sent to the AI model;',
170170
tip2: 'The AI model generates relevant questions based on the segmented content. Please place the generated questions within the',
171-
tip3: 'tags, and the system will automatically associate the questions within these tags;',
171+
tip3: 'tags, and the system will automatically relate the questions within these tags;',
172172
tip4: 'The generation effect depends on the selected model and prompt. Users can adjust to achieve the best effect.',
173173
prompt1:
174174
'Content: {data}\n \n Please summarize the above content and generate a summary based on the content 5 a question. \nAnswer requirements: \n - Please output only questions; \n - Please place each question in',

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default {
1919
placeholder: 'Search by name'
2020
},
2121
table: {
22-
paragraph_count: 'Linked Segments',
22+
paragraph_count: 'Related Segments',
2323
updateTime: 'Update Time'
2424
},
2525
delete: {
@@ -28,7 +28,7 @@ export default {
2828
confirmMessage2: 'segments. Please proceed with caution.'
2929
},
3030
relateParagraph: {
31-
title: 'Link to Segment',
31+
title: 'Relate to Segment',
3232
selectDocument: 'Select a Document',
3333
placeholder: 'Search document by name',
3434
selectParagraph: 'Select Segments',

0 commit comments

Comments
 (0)