fix lbry.tv typo
This commit is contained in:
parent
5fb1b07d23
commit
0ee1ad69e9
2 changed files with 5 additions and 2 deletions
|
@ -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%",
|
||||
|
|
|
@ -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={
|
||||
<I18nMessage
|
||||
tokens={{
|
||||
DOMAIN,
|
||||
more_information: <Button button="link" label={__('more')} href="https://status.lbry.com/" />,
|
||||
}}
|
||||
>
|
||||
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.
|
||||
</I18nMessage>
|
||||
}
|
||||
actionText={__('Refresh')}
|
||||
|
|
Loading…
Add table
Reference in a new issue