Browse Source

update index i18n

tumao 3 years ago
parent
commit
7e7219c9e4
2 changed files with 2 additions and 2 deletions
  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',
   createSuccess: 'Creating index successfully',
   deleteWarning:
   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;
 export default indexTrans;

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

@@ -8,7 +8,7 @@ const indexTrans = {
   metric: 'Metric Type',
   metric: 'Metric Type',
   createSuccess: 'Creating index successfully',
   createSuccess: 'Creating index successfully',
   deleteWarning:
   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;
 export default indexTrans;