Skip to content

Commit

Permalink
Merge pull request #40 from qlik-oss/DEB-160/ErrMsg
Browse files Browse the repository at this point in the history
Updated default error message
  • Loading branch information
AlbertBackenhof authored Apr 12, 2019
2 parents c8cd78a + dfb3028 commit e447666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definition/pagination.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const pagination = {
ref: 'errormessage',
label: 'Default error message',
type: 'string',
defaultValue: 'Ups! It seems you asked for too many data. Please filter more to see the whole picture.'
defaultValue: 'Unable to display all the data. Apply more filters to limit the amount of displayed data.'
}
}
};
Expand Down

0 comments on commit e447666

Please sign in to comment.