浏览代码

Add help text

Kailash Nadh 6 年之前
父节点
当前提交
1ae2905bf5
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      frontend/my/src/Import.js

+ 2 - 1
frontend/my/src/Import.js

@@ -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 &amp; import</Button>
                         <Button type="primary" htmlType="submit"><Icon type="upload" /> Upload &amp; 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>