Browse Source

Update success.ts

Fixed an annoying (yet tiny) typo in the connection dialog.
b0n0r 3 years ago
parent
commit
f43e224039
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/src/i18n/en/success.ts

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

@@ -1,5 +1,5 @@
 const successTrans = {
-  connect: 'Connet milvus success',
+  connect: 'Connection to milvus successful',
   create: `{{name}} has been created`,
   load: `{{name}} has been loaded`,
   delete: `{{name}} successfully deleted`,