Skip to content

Commit

Permalink
🐛 Remove duplicated words on help center text
Browse files Browse the repository at this point in the history
  • Loading branch information
massao committed Dec 12, 2018
1 parent df14cce commit 019b57c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion i18n/locales/en/common.json
Expand Up @@ -3,7 +3,7 @@
" FAQ": " FAQ",
" Make sure that you are using the latest version of Lisk Hub.": " Make sure that you are using the latest version of Lisk Hub.",
" of": " of",
" or get in touch in via chat ": " or get in touch in via chat ",
" or get in touch in via ": " or get in touch in via ",
"About": "About",
"Academy": "Academy",
"Access extra features": "Access extra features",
Expand Down
2 changes: 1 addition & 1 deletion src/components/help/help.js
Expand Up @@ -45,7 +45,7 @@ class Help extends React.Component {
<div>
<p>{this.props.t('Search for answers in our extensive ')}
{fAQIcon()}
{this.props.t(' or get in touch in via chat ')}
{this.props.t(' or get in touch in via ')}
{chatIcon()}.
</p>
</div>
Expand Down

0 comments on commit 019b57c

Please sign in to comment.