Browse Source

fix trans file

Signed-off-by: Gitea <zizhao.chen@zilliz.com>
Gitea 3 years ago
parent
commit
ebb5d85b14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/src/i18n/cn/dialog.ts

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

@@ -2,7 +2,7 @@ const dialogTrans = {
   deleteTipAction: 'Type',
   deleteTipPurpose: 'to confirm.',
   deleteTitle: `Delete {{type}}`,
-  createAlias: `Create alias for collection - {{type}}`,
+  createAlias: `Create alias for {{type}}`,
 
   releaseTitle: `Release {{type}}`,
   loadTitle: `Load {{type}}`,