Skip to content

Commit

Permalink
fix: added updated copy (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickimoore committed Aug 16, 2023
1 parent 15bd8a9 commit 0fa35a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/TopBar/ValidatorMetric.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const ValidatorMetric = () => {
<SyncMetric
id='ethMain'
borderStyle='border-r'
title='ETHEREUM MAINNET'
title={t('executionEngine')}
subTitle={`${isReady ? t('synced') : t('syncing')} —`}
percent={syncPercentage}
amount={cachedHeadSlot}
Expand Down
2 changes: 2 additions & 0 deletions src/locales/translations/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
"saturday": "Sat"
}
},
"configuration": "Configuration",
"executionEngine": "Execution Engine",
"password": "Password",
"12char": "( Must contain 12 characters, lowercase, uppercase, numbers, and special characters )",
"confirmPassword": "Confirm Password",
Expand Down
2 changes: 1 addition & 1 deletion src/views/DashBoard/Content/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const Settings = () => {
</Typography>
<Button onClick={viewConfig} type={ButtonFace.TERTIARY}>
<i className='bi-box-arrow-left mr-2' />
Configuration
{t('configuration')}
</Button>
</div>
<div className='w-full flex flex-col lg:flex-row pt-8'>
Expand Down

0 comments on commit 0fa35a2

Please sign in to comment.