mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-04 04:45:11 +00:00
update help text for clear cache button
This commit is contained in:
parent
a87470126a
commit
0ad01e2444
2 changed files with 1 additions and 2 deletions
|
@ -694,7 +694,6 @@
|
||||||
"Hide wallet balance in header": "Hide wallet balance in header",
|
"Hide wallet balance in header": "Hide wallet balance in header",
|
||||||
"Max Connections": "Max Connections",
|
"Max Connections": "Max Connections",
|
||||||
"For users with good bandwidth, try a higher value to improve streaming and download speeds. Low bandwidth users may benefit from a lower setting. Default is 4.": "For users with good bandwidth, try a higher value to improve streaming and download speeds. Low bandwidth users may benefit from a lower setting. Default is 4.",
|
"For users with good bandwidth, try a higher value to improve streaming and download speeds. Low bandwidth users may benefit from a lower setting. Default is 4.": "For users with good bandwidth, try a higher value to improve streaming and download speeds. Low bandwidth users may benefit from a lower setting. Default is 4.",
|
||||||
"This will clear the application cache. Your wallet will not be affected. Currently, followed tags and blocked channels will be cleared.": "This will clear the application cache. Your wallet will not be affected. Currently, followed tags and blocked channels will be cleared.",
|
|
||||||
"Show All": "Show All",
|
"Show All": "Show All",
|
||||||
"Get ??? LBC": "Get ??? LBC",
|
"Get ??? LBC": "Get ??? LBC",
|
||||||
"LBRY names cannot contain spaces or reserved symbols": "LBRY names cannot contain spaces or reserved symbols",
|
"LBRY names cannot contain spaces or reserved symbols": "LBRY names cannot contain spaces or reserved symbols",
|
||||||
|
|
|
@ -648,7 +648,7 @@ class SettingsPage extends React.PureComponent<Props, State> {
|
||||||
subtitle={
|
subtitle={
|
||||||
<p className="card__subtitle--status">
|
<p className="card__subtitle--status">
|
||||||
{__(
|
{__(
|
||||||
'This will clear the application cache. Your wallet will not be affected. Currently, followed tags and blocked channels will be cleared.'
|
'This will clear the application cache. Your wallet will not be affected and you will not lose any data.'
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue