diff --git a/web/src/SignupTable.js b/web/src/SignupTable.js index 3f1d99e5..e7597008 100644 --- a/web/src/SignupTable.js +++ b/web/src/SignupTable.js @@ -176,7 +176,7 @@ class SignupTable extends React.Component { } else if (record.name === "Email") { options = [ {id: 'Normal', name: 'Normal'}, - {id: 'No Verification', name: 'No verification'}, + {id: 'No verification', name: 'No verification'}, ]; }