Skip to content

Commit

Permalink
Add help text
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Oct 31, 2018
1 parent 0fb9c6a commit 1ae2905
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/my/src/Import.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ class TheFormDef extends React.PureComponent {
</div>
</Form.Item>
<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 &amp; import</Button>
</Form.Item>
</Form>
Expand Down Expand Up @@ -302,7 +303,7 @@ class Import extends React.PureComponent {
(<code>status</code> and <code>attributes</code> are optional).
{" "}
<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.
</p>

Expand Down

0 comments on commit 1ae2905

Please sign in to comment.