update error message
This commit is contained in:
parent
e2c476dbf9
commit
f755ec0bcf
2 changed files with 2 additions and 2 deletions
|
@ -1042,7 +1042,6 @@
|
|||
"Top claims at lbry://%name%": "Top claims at lbry://%name%",
|
||||
"Last Updated": "Last Updated",
|
||||
"Total Publishes": "Total Publishes",
|
||||
"Almost there": "Almost there",
|
||||
"Are you sure you want to delete this channel?": "Are you sure you want to delete this channel?",
|
||||
"Are you sure? Type %name% to confirm that you wish to delete the channel.": "Are you sure? Type %name% to confirm that you wish to delete the channel.",
|
||||
"You're about to permanently delete a channel. Content published under this channel will be orphaned and their signing channel invalid. Content sync programs using this channel will fail.": "You're about to permanently delete a channel. Content published under this channel will be orphaned and their signing channel invalid. Content sync programs using this channel will fail."
|
||||
|
|
|
@ -306,7 +306,8 @@ function App(props: Props) {
|
|||
more_information: <Button button="link" label={__('more')} href="https://status.lbry.com/" />,
|
||||
}}
|
||||
>
|
||||
lbry.tv is currently experiencing issues. Try refreshing to fix it.
|
||||
lbry.tv 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