Skip to content

Commit

Permalink
Fix some typos (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning authored Jul 4, 2024
1 parent d71d90d commit 5bf76e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/BeaconChaLink/BeaconChaLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const BeaconChaLink: FC<BeaconChaLinkProps> = ({ index }) => {
Beacon <br /> Cha.in
</Typography>
<Typography color='text-dark400' fontWeight='font-light' type='text-caption2'>
{t('validatorManagement.details.exploreBeaconChai')}
{t('validatorManagement.details.exploreBeaconCha')}
</Typography>
<div className='w-full flex items-center space-x-8'>
<Typography fontWeight='font-light' className='uppercase'>
Expand Down
4 changes: 2 additions & 2 deletions src/locales/translations/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"index": "Index",
"balance": "Balance",
"slotsBehind": "Slots Behind",
"exploreBeaconChai": "Explore more on beaconchai.in dashbaoard",
"exploreBeaconCha": "Explore more on beaconcha.in dashbaoard",
"explore": "Explore",
"status": "Status",
"deposit": "Deposit",
Expand Down Expand Up @@ -392,7 +392,7 @@
"balance": "Balance"
},
"validatorInfoHeader": {
"viewOnBeaconChain": "View on BeaconChai.in",
"viewOnBeaconChain": "View on BeaconCha.in",
"validatorBalance": "Validator <0></0> Balance"
},
"validatorExit": {
Expand Down

0 comments on commit 5bf76e5

Please sign in to comment.