Skip to content

Commit

Permalink
fix: add home page title to translations json file
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcadoo committed Jun 1, 2022
1 parent f9672ee commit f854c3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/i18n/translations/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"title": "Forward logs using infrastructure agent"
}
},
"pageTitle": "Welcome to New Relic Docs!",
"whatsNew": {
"title": "What's new"
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const HomePage = ({ data }) => {
}
`}
>
Welcome to New Relic docs!
{t('home.pageTitle')}
</h1>
<SearchInput
placeholder="What are you looking for?"
Expand Down

0 comments on commit f854c3f

Please sign in to comment.