diff --git a/static/app-strings.json b/static/app-strings.json index 3dd2c1f00..983d8c58d 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -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", diff --git a/ui/page/settings/view.jsx b/ui/page/settings/view.jsx index d1fc38ccf..65b2f6bcd 100644 --- a/ui/page/settings/view.jsx +++ b/ui/page/settings/view.jsx @@ -648,7 +648,7 @@ class SettingsPage extends React.PureComponent { subtitle={

{__( - '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.' )}

}