reword autoDownload postfix

This commit is contained in:
Travis Eden 2018-08-14 09:24:43 -04:00
parent fa0e9fcb0c
commit 3d66610d69

View file

@ -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"