fix spelling on Settings page
This commit is contained in:
commit
67165b44b4
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">
|
||||
<div className="card__title">{__('Application Cache')}</div>
|
||||
<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>
|
||||
<div className="card__content">
|
||||
<Button
|
||||
|
|
Loading…
Add table
Reference in a new issue