forked from M-Labs/web2019
add note about not editing JSON crate config
This commit is contained in:
parent
9646cba6c2
commit
45f6d1d4cf
|
@ -1278,7 +1278,7 @@ class Shop extends React.PureComponent {
|
||||||
const a = document.createElement('a');
|
const a = document.createElement('a');
|
||||||
const num = (new Date()).getTime();
|
const num = (new Date()).getTime();
|
||||||
const subject = `[Order hardware] - Request Quote`;
|
const subject = `[Order hardware] - Request Quote`;
|
||||||
let body = `Hello!\n\nI would like to request a quotation for my below configuration:\n\n${JSON.stringify(crate)}\n\n`;
|
let body = `Hello!\n\nI would like to request a quotation for my below configuration:\n\n${JSON.stringify(crate)}\n\n(Please do not edit the machine-readable representation above)\n\n`;
|
||||||
|
|
||||||
if (note) {
|
if (note) {
|
||||||
body = `${body}\n\nAdditional note:\n\n${note ? note.trim() : ''}`;
|
body = `${body}\n\nAdditional note:\n\n${note ? note.trim() : ''}`;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue