reword autoDownload postfix
This commit is contained in:
parent
fa0e9fcb0c
commit
3d66610d69
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ class SettingsPage extends React.PureComponent<Props, State> {
|
||||||
name="auto_download"
|
name="auto_download"
|
||||||
onChange={this.onAutoDownloadChange}
|
onChange={this.onAutoDownloadChange}
|
||||||
checked={autoDownload}
|
checked={autoDownload}
|
||||||
postfix={__('Automatically download new content')}
|
postfix={__('Automatically download new content from your subscriptions')}
|
||||||
/>
|
/>
|
||||||
<FormField
|
<FormField
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
|
|
Loading…
Add table
Reference in a new issue