From 0ee1ad69e937a788b468aee80d60e1067d00be0f Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 30 Sep 2020 10:32:01 -0400 Subject: [PATCH] fix lbry.tv typo --- static/app-strings.json | 2 +- web/component/nag-degraded-performance.jsx | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index 4ac6b995c..cba3cb12e 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1025,7 +1025,7 @@ "Hate these? %sign_in_to_lbrytv% or %download_the_app% for an ad free experience.": "Hate these? %sign_in_to_lbrytv% or %download_the_app% for an ad free experience.", "lbry.tv collects usage information for itself only (%more_information%).": "lbry.tv collects usage information for itself only (%more_information%).", "lbry.tv collects usage information for itself only (%more_information%). Want control over this and more?": "lbry.tv collects usage information for itself only (%more_information%). Want control over this and more?", - "lbry.tv performance may be degraded. You can try to use it, or wait 5 minutes and refresh. Please no crush us.": "lbry.tv performance may be degraded. You can try to use it, or wait 5 minutes and refresh. Please no crush us.", + "%DOMAIN% performance may be degraded. You can try to use it, or wait 5 minutes and refresh. Please no crush us.": "%DOMAIN% performance may be degraded. You can try to use it, or wait 5 minutes and refresh. Please no crush us.", "Please %sign_in_link% to comment.": "Please %sign_in_link% to comment.", "Replying as %reply_channel%": "Replying as %reply_channel%", "Error ID: %sentryEventId%": "Error ID: %sentryEventId%", diff --git a/web/component/nag-degraded-performance.jsx b/web/component/nag-degraded-performance.jsx index 9219da951..f3b9df1c2 100644 --- a/web/component/nag-degraded-performance.jsx +++ b/web/component/nag-degraded-performance.jsx @@ -1,4 +1,5 @@ // @flow +import { DOMAIN } from 'config'; import React from 'react'; import Nag from 'component/common/nag'; import I18nMessage from 'component/i18nMessage'; @@ -17,10 +18,12 @@ export default function NagDegradedPerformance(props: Props) { message={ , }} > - lbry.tv performance may be degraded. You can try to use it, or wait 5 minutes and refresh. Please no crush us. + %DOMAIN% performance may be degraded. You can try to use it, or wait 5 minutes and refresh. Please no crush + us. } actionText={__('Refresh')}