Skip to content

Commit

Permalink
fix(webapp): adjust texts (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier506 authored Sep 17, 2021
1 parent 1754ff0 commit a95d1f4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion webapp/src/language/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
"eosRates": "General Rating",
"edenRates": "Eden Rating",
"raters": "Raters",
"amount": "Amount",
"amount": "Ratings",
"rankings": "Rankings",
"social": "Social",
"additionalResource": "Additional Resources",
Expand Down
4 changes: 2 additions & 2 deletions webapp/src/language/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@
"eosRates": "Calificación General",
"edenRates": "Calificación Eden",
"raters": "Calificadores",
"amount": "Cantidad",
"rankings": "Clasificaciones",
"amount": "Calificaciones",
"rankings": "Promedio",
"social": "Social",
"additionalResource": "Recursos Adicionales",
"researchPortal": "Portal de investigación de productores de bloques de EOS",
Expand Down
4 changes: 2 additions & 2 deletions webapp/src/language/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@
"eosRates": "기본적인 평가",
"edenRates": "Eden 평가",
"raters": "평가자",
"amount": "",
"rankings": "랭킹",
"amount": "평가",
"rankings": "평균",
"social": "소셜",
"additionalResource": "추가 리소스",
"researchPortal": "EOS 블록 프로듀서 연구 포털",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ const BlockProducerProfile = ({ account, ual, ...props }) => {
average: getAverageValue(_get(edenRate, 'average', 0))
}
]}
heads={[t('raters'), t('amount'), t('average')]}
heads={['', t('amount'), t('average')]}
/>
</Grid>
</Grid>
Expand Down

0 comments on commit a95d1f4

Please sign in to comment.