Skip to content
Snippets Groups Projects
Commit efe7eb5f authored by Alex Barth's avatar Alex Barth
Browse files

Import on 'submission' is more accurate.

parent 7b64efbc
No related branches found
No related tags found
No related merge requests found
......@@ -258,7 +258,7 @@ class FeedsImporter extends FeedsConfigurable {
);
$form['import_on_create'] = array(
'#type' => 'checkbox',
'#title' => t('Import on create'),
'#title' => t('Import on submission'),
'#description' => t('Check if content should be imported at the moment of feed submission.'),
'#default_value' => $this->config['import_on_create'],
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment