add note about not editing JSON crate config

pull/49/head
Sebastien Bourdeauducq 2019-11-08 12:49:23 +08:00
parent 9646cba6c2
commit 45f6d1d4cf
2 changed files with 2 additions and 2 deletions

View File

@ -1278,7 +1278,7 @@ class Shop extends React.PureComponent {
const a = document.createElement('a');
const num = (new Date()).getTime();
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) {
body = `${body}\n\nAdditional note:\n\n${note ? note.trim() : ''}`;

File diff suppressed because one or more lines are too long