diff --git a/static/app-strings.json b/static/app-strings.json index 443f86831..6921b0b9f 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.", "You don't have blocked channels.": "You don't have blocked channels.", "You have one blocked channel.": "You have one blocked channel.", 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')}