Skip to content

Commit

Permalink
Merge pull request #426 from bobronaud/fix-landing-header
Browse files Browse the repository at this point in the history
FIX BUG: landing header
  • Loading branch information
dzencot authored Feb 13, 2024
2 parents 83c5081 + 9071334 commit 5078aaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion frontend/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,10 @@
"second": "the application"
},
"fast": "The free online code editor Run IT will allow you to do this quickly and without fussing with settings",
"fastIDE": "Instant IDE",
"fastIDE": {
"first": "Instant",
"second": "IDE"
},
"freeProject": "Free Hexlet Project",
"inBrowser": "The editor runs entirely in the browser, so you can start coding in seconds",
"modern": "In modern web development, you need to constantly keep up with the latest news, and even better - to try out new products in real-world",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/landing/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function Landing() {
<h1
className={`${classes.colorPrimary} text-center fw-bold mb-0 mt-sm-5 display-1`}
>
{t('landing.fastIDE')}
{t('landing.fastIDE.first')} {t('landing.fastIDE.second')}
</h1>
</Row>
<Row>
Expand Down

0 comments on commit 5078aaa

Please sign in to comment.