소스 검색

change overview text (#148)

ryjiang 2 년 전
부모
커밋
55263758b3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      client/src/i18n/en/overview.ts

+ 2 - 2
client/src/i18n/en/overview.ts

@@ -1,8 +1,8 @@
 const overviewTrans = {
   load: 'Loaded Collections',
   all: 'All Collections',
-  data: 'Data',
-  rows: '{{number}} Entities',
+  data: 'Entites',
+  rows: '{{number}}',
   loading: 'Loading Collections',
 };