From 41b63f5e09465175457fae6f78873681cf592814 Mon Sep 17 00:00:00 2001 From: sachin235 Date: Thu, 21 Mar 2019 01:37:23 +0530 Subject: [PATCH] Modified the error message displayed while creating a new instance --- client/views/create/create.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/views/create/create.js b/client/views/create/create.js index b9cf1b50..26cad245 100644 --- a/client/views/create/create.js +++ b/client/views/create/create.js @@ -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.",