浏览代码

update index i18n

tumao 3 年之前
父节点
当前提交
7e7219c9e4
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      client/src/i18n/cn/index.ts
  2. 1 1
      client/src/i18n/en/index.ts

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

@@ -8,7 +8,7 @@ const indexTrans = {
 
   createSuccess: 'Creating index successfully',
   deleteWarning:
-    'You are trying to delete a index. This action cannot be undone.',
+    'You are trying to delete an index. This action cannot be undone.',
 };
 
 export default indexTrans;

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

@@ -8,7 +8,7 @@ const indexTrans = {
   metric: 'Metric Type',
   createSuccess: 'Creating index successfully',
   deleteWarning:
-    'You are trying to delete a index. This action cannot be undone.',
+    'You are trying to delete an index. This action cannot be undone.',
 };
 
 export default indexTrans;