From 01b1d3719cd9c12ac89b4335b111b850fe133f79 Mon Sep 17 00:00:00 2001 From: Waldo Jaquith Date: Fri, 30 Dec 2016 15:21:33 -0500 Subject: [PATCH] Improve console error message --- _pages/claims/new.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/claims/new.html b/_pages/claims/new.html index 8d48493..dba1444 100644 --- a/_pages/claims/new.html +++ b/_pages/claims/new.html @@ -107,7 +107,7 @@

How it works

}).fail(function() { - console.log('JSON schema could not be retrieved'); + console.log('JSON schema and form could not be retrieved'); }); });