Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion client/views/create/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ Template.create.events({
if (typeof result === 'object') {
// Store an object of the error names and codes
const errorCodes = {
tablename: 'Please enter a valid instance name using only letters and numbers, no spaces.',
// tablename: 'Please enter a valid instance name using only letters and numbers, no spaces.',
tablename: 'Please enter a valid instance name using 4 to 30 alphanumeric characters without spaces.',
threshold: "Please enter a valid # of 'featured' questions using the drop down menu.",
new_length: "Please enter a valid value using the 'new questions' drop down menu.",
stale_length: "Please enter a valid value using the 'old questions' drop down menu.",
Expand Down