Explorar o código

change overview text (#148)

ryjiang %!s(int64=2) %!d(string=hai) anos
pai
achega
55263758b3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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',
 };