mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-29 00:11:28 +00:00
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 empty">This file is not currently available.</div>
|
||||||
<div className="button-container">
|
<div className="button-container">
|
||||||
<ToolTip label="Why?"
|
<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>
|
||||||
<div className="button-container">
|
<div className="button-container">
|
||||||
<Link label="Try Anyway" className="button-text" onClick={this.onShowFileActionsRowClicked} />
|
<Link label="Try Anyway" className="button-text" onClick={this.onShowFileActionsRowClicked} />
|
||||||
|
|
Loading…
Add table
Reference in a new issue