Add help text
This commit is contained in:
parent
0fb9c6aed1
commit
1ae2905bf5
|
@ -119,6 +119,7 @@ class TheFormDef extends React.PureComponent {
|
||||||
</div>
|
</div>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item {...formItemTailLayout}>
|
<Form.Item {...formItemTailLayout}>
|
||||||
|
<p className="text-grey">For existing subscribers, the names and attributes will be overwritten with the values in the CSV.</p>
|
||||||
<Button type="primary" htmlType="submit"><Icon type="upload" /> Upload & import</Button>
|
<Button type="primary" htmlType="submit"><Icon type="upload" /> Upload & import</Button>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</Form>
|
</Form>
|
||||||
|
@ -302,7 +303,7 @@ class Import extends React.PureComponent {
|
||||||
(<code>status</code> and <code>attributes</code> are optional).
|
(<code>status</code> and <code>attributes</code> are optional).
|
||||||
{" "}
|
{" "}
|
||||||
<code>attributes</code> should be a valid JSON string with double escaped quotes.
|
<code>attributes</code> should be a valid JSON string with double escaped quotes.
|
||||||
Spreadsheet programs should automatically take care of this without having to manually
|
Spreadsheet programs should automatically take care of this without having you manually
|
||||||
escape quotes.
|
escape quotes.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue