Update info page.

This commit is contained in:
Lars Jung 2014-07-03 02:59:05 +02:00
parent 30993e40f6
commit 258fcf29c9

View file

@ -52,12 +52,12 @@ modulejs.define('info', ['$', 'config'], function ($, config) {
);
addTest(
'Options parsable', 'File <code>options.json</code> is readable and syntax seams to be correct',
'Options parsable', 'File <code>options.json</code> is readable and syntax is correct',
config.options !== null
);
addTest(
'Types parsable', 'File <code>types.json</code> is readable and syntax seams to be correct',
'Types parsable', 'File <code>types.json</code> is readable and syntax is correct',
config.types !== null
);