Skip to content

Commit 70cd619

Browse files
fix: i18n
1 parent 99f77e8 commit 70cd619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export default {
129129
hybridSearchTooltip:
130130
'Hybrid search is a retrieval method based on both vector and text similarity, suitable for medium data volumes in the knowledge.',
131131
similarityThreshold: 'Similarity Threshold',
132-
similarityTooltip: 'The higher the similarity, the stronger the correlation',
132+
similarityTooltip: 'The higher the similarity, the stronger the correlation.',
133133
topReferences: 'Top N References',
134134
maxCharacters: 'Maximum words per Reference',
135135
noReferencesAction: 'When there are no knowledge references',

0 commit comments

Comments
 (0)