From a29ac63178cc0b180daf1d07191f8be4e7f58a2c Mon Sep 17 00:00:00 2001 From: infiinte-persistence Date: Tue, 26 May 2020 19:51:27 +0800 Subject: [PATCH] Fix split sentence: "Join our tech forum", "Explore our technical resources" #4239 --- static/app-strings.json | 4 ++++ ui/page/report/view.jsx | 22 +++++++++++++++++++--- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index fca1abd15..9cdaaa1ed 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1217,6 +1217,10 @@ "%duration% minute ago": "%duration% minute ago", "%duration% seconds ago": "%duration% seconds ago", "%duration% second ago": "%duration% second ago", + "Join our %tech_forum%": "Join our %tech_forum%", + "tech forum": "tech forum", + "Explore our %technical_resources%": "Explore our %technical_resources%", + "technical resources": "technical resources", "Check your rewards page to see if you qualify for paid content reimbursement. Only content in this section qualifies.": "Check your rewards page to see if you qualify for paid content reimbursement. Only content in this section qualifies.", "blocked channels": "blocked channels", "%count% %channels%. ": "%count% %channels%. " diff --git a/ui/page/report/view.jsx b/ui/page/report/view.jsx index 677cec2f5..826fad36b 100644 --- a/ui/page/report/view.jsx +++ b/ui/page/report/view.jsx @@ -5,6 +5,7 @@ import { doToast } from 'lbry-redux'; import { Lbryio } from 'lbryinc'; import Page from 'component/page'; import Card from 'component/common/card'; +import I18nMessage from 'component/i18nMessage'; class ReportPage extends React.Component { constructor(props) { @@ -95,11 +96,26 @@ class ReportPage extends React.Component { .
  • - {__('Explore our')}{' '} -
  • - {__('Join our')}