Publishes => Uploads
This commit is contained in:
parent
b9fd01d7b3
commit
4035c18f8e
2 changed files with 2 additions and 2 deletions
|
@ -651,7 +651,7 @@
|
||||||
"Improve view speed and help the LBRY network by allowing the app to cuddle up in your system tray.": "Improve view speed and help the LBRY network by allowing the app to cuddle up in your system tray.",
|
"Improve view speed and help the LBRY network by allowing the app to cuddle up in your system tray.": "Improve view speed and help the LBRY network by allowing the app to cuddle up in your system tray.",
|
||||||
"Content Type": "Content Type",
|
"Content Type": "Content Type",
|
||||||
"Submit Feedback": "Submit Feedback",
|
"Submit Feedback": "Submit Feedback",
|
||||||
"Checking your publishes": "Checking your publishes",
|
"Checking your uploads": "Checking your uploads",
|
||||||
"Checking for channels": "Checking for channels",
|
"Checking for channels": "Checking for channels",
|
||||||
"Error Starting Up": "Error Starting Up",
|
"Error Starting Up": "Error Starting Up",
|
||||||
"Reach out to hello@lbry.com for help, or check out %help_link%.": "Reach out to hello@lbry.com for help, or check out %help_link%.",
|
"Reach out to hello@lbry.com for help, or check out %help_link%.": "Reach out to hello@lbry.com for help, or check out %help_link%.",
|
||||||
|
|
|
@ -112,7 +112,7 @@ function FileListPublished(props: Props) {
|
||||||
<section className="main--empty">
|
<section className="main--empty">
|
||||||
<div className=" section--small">
|
<div className=" section--small">
|
||||||
<h2 className="section__title--small">
|
<h2 className="section__title--small">
|
||||||
{__('Checking your publishes')}
|
{__('Checking your uploads')}
|
||||||
<Spinner type="small" />
|
<Spinner type="small" />
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue