Browse Source

change overview text (#148)

ryjiang 2 years ago
parent
commit
55263758b3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      client/src/i18n/en/overview.ts

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

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