Browse Source

update vector search btn label i18n

tumao 4 years ago
parent
commit
58cde7565e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      client/src/i18n/cn/button.ts
  2. 1 1
      client/src/i18n/en/button.ts

+ 1 - 1
client/src/i18n/cn/button.ts

@@ -15,7 +15,7 @@ const btnTrans = {
   next: 'Next',
   next: 'Next',
   previous: 'Previous',
   previous: 'Previous',
   done: 'Done',
   done: 'Done',
-  vectorSearch: 'vector search',
+  vectorSearch: 'Vector search',
 };
 };
 
 
 export default btnTrans;
 export default btnTrans;

+ 1 - 1
client/src/i18n/en/button.ts

@@ -15,7 +15,7 @@ const btnTrans = {
   next: 'Next',
   next: 'Next',
   previous: 'Previous',
   previous: 'Previous',
   done: 'Done',
   done: 'Done',
-  vectorSearch: 'vector search',
+  vectorSearch: 'Vector search',
 };
 };
 
 
 export default btnTrans;
 export default btnTrans;