Browse Source

change overview text (#148)

ryjiang 2 năm trước cách đây
mục cha
commit
55263758b3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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',
 };