mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-06 02:29:52 +00:00
fix wording
This commit is contained in:
parent
5a2afb41eb
commit
54823f24ac
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ class SettingsPage extends React.PureComponent<Props, State> {
|
||||||
<section className="card card--section">
|
<section className="card card--section">
|
||||||
<div className="card__title">{__('Application Cache')}</div>
|
<div className="card__title">{__('Application Cache')}</div>
|
||||||
<span className="card__subtitle">
|
<span className="card__subtitle">
|
||||||
{__("This will delete your subscriptions, and clar the app's cache")}
|
{__("This will delete your subscriptions, and clear the app's cache")}
|
||||||
</span>
|
</span>
|
||||||
<div className="card__content">
|
<div className="card__content">
|
||||||
<Button
|
<Button
|
||||||
|
|
Loading…
Add table
Reference in a new issue