From 019b57c452595c6f0eed00255eabe2e34f4c5a8b Mon Sep 17 00:00:00 2001 From: Renato Massao Yonamine Date: Wed, 12 Dec 2018 09:44:17 +0100 Subject: [PATCH] :bug: Remove duplicated words on help center text --- i18n/locales/en/common.json | 2 +- src/components/help/help.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()}.