From dfb30285ab1bd5e6d5880fc3080a0f2c9377b3f3 Mon Sep 17 00:00:00 2001 From: Albert Backenhof Date: Wed, 10 Apr 2019 09:10:11 +0200 Subject: [PATCH] Updated default error message -Previous isn't grammatically correct. Issue: DEB-160 --- src/definition/pagination.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definition/pagination.js b/src/definition/pagination.js index d050444..56fb756 100644 --- a/src/definition/pagination.js +++ b/src/definition/pagination.js @@ -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.' } } };