update help text for clear cache button

This commit is contained in:
Sean Yesmunt 2019-11-20 16:16:22 -05:00
parent a87470126a
commit 0ad01e2444
2 changed files with 1 additions and 2 deletions

View file

@ -694,7 +694,6 @@
"Hide wallet balance in header": "Hide wallet balance in header",
"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.",
"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",
"Get ??? LBC": "Get ??? LBC",
"LBRY names cannot contain spaces or reserved symbols": "LBRY names cannot contain spaces or reserved symbols",

View file

@ -648,7 +648,7 @@ class SettingsPage extends React.PureComponent<Props, State> {
subtitle={
<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>
}