2
0
tumao 3 жил өмнө
parent
commit
7e7219c9e4

+ 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;