Explorar o código

update index i18n

tumao %!s(int64=4) %!d(string=hai) anos
pai
achega
7e7219c9e4
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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;