Fix typo in "file unavailable" message
Missing period
This commit is contained in:
parent
f3a501cf14
commit
0af15751f7
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ export let FileActions = React.createClass({
|
|||
<div className="button-container empty">This file is not currently available.</div>
|
||||
<div className="button-container">
|
||||
<ToolTip label="Why?"
|
||||
body="The content on LBRY is hosted by its users. It appears there are no users connected that have this file at the moment" />
|
||||
body="The content on LBRY is hosted by its users. It appears there are no users connected that have this file at the moment." />
|
||||
</div>
|
||||
<div className="button-container">
|
||||
<Link label="Try Anyway" className="button-text" onClick={this.onShowFileActionsRowClicked} />
|
||||
|
|
Loading…
Reference in a new issue