diff --git a/i18n/locales/en/common.json b/i18n/locales/en/common.json index a2d13cccda..b6f6d2f4fe 100644 --- a/i18n/locales/en/common.json +++ b/i18n/locales/en/common.json @@ -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", diff --git a/src/components/help/help.js b/src/components/help/help.js index 0ff8fb4e08..38d474f4de 100644 --- a/src/components/help/help.js +++ b/src/components/help/help.js @@ -45,7 +45,7 @@ class Help extends React.Component {

{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()}.