Skip to content

Commit e22209c

Browse files
authored
Dump fix; errors messages were flipped
1 parent 7295540 commit e22209c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/scripts/client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ var client = (function () {
1313
var SERVER_ERR = 'Server not reachable';
1414
var GENERIC_SUBMISSION_ERR = 'Something went wrong with submission! Please try again';
1515

16-
var NAN_EMPTY_CELLS = 'You have entered data into a cell in one table without entering data into the corresponding cell in another table. Please double check all tables';
17-
var SEMANTIC_CELLS = 'You have entered non-numeric data into at least one cell. Please make sure all cells contain positive numbers only. If you have no data for that cell, please enter a zero.';
16+
var NAN_EMPTY_CELLS = 'You have entered non-numeric data into at least one cell. Please make sure all cells contain positive numbers only. If you have no data for that cell, please enter a zero.';
17+
var SEMANTIC_CELLS = 'You have entered data into a cell in one table without entering data into the corresponding cell in another table. Please double check all tables';
1818
var CELLS_ERRORS = {
1919
empty: NAN_EMPTY_CELLS,
2020
type: NAN_EMPTY_CELLS,

0 commit comments

Comments
 (0)