Skip to content

Commit

Permalink
Merge pull request #462 from h3poteto/fix/walkthrough-translation
Browse files Browse the repository at this point in the history
Fix walkthrough translation
  • Loading branch information
h3poteto authored Feb 28, 2023
2 parents d4ba57b + ee92497 commit 949117e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ const Navigator: React.FC<NavigatorProps> = (props): ReactElement => {
<div style={{ position: 'relative' }}>
<Popover arrow={false} visible={walkthrough} style={{ left: 12, top: 'auto', bottom: 0 }}>
<div style={{ width: '120px' }}>
<h4 style={{ fontSize: '1.2em' }}>{t('walkthrouh.navigator.servers.title')}</h4>
<p>{t('walkthrouh.navigator.servers.description')}</p>
<h4 style={{ fontSize: '1.2em' }}>{t('walkthrough.navigator.servers.title')}</h4>
<p>{t('walkthrough.navigator.servers.description')}</p>
</div>
<FlexboxGrid justify="end">
<Button appearance="default" size="xs" onClick={closeWalkthrough}>
Expand Down

0 comments on commit 949117e

Please sign in to comment.