diff --git a/package.json b/package.json index 9be023997a..f966ed51cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reapit/elements", - "version": "0.5.33", + "version": "0.5.34", "description": "A collection of React components and utilities for building apps for Reapit Marketplace", "main": "dist/index.js", "umd:main": "dist/elements.umd.production.js", diff --git a/src/components/Info/index.tsx b/src/components/Info/index.tsx index 1577c8e490..57f721e282 100644 --- a/src/components/Info/index.tsx +++ b/src/components/Info/index.tsx @@ -27,7 +27,7 @@ export const infoText = (infoType: InfoType) => { case 'ADMIN_APPROVALS_EMPTY': return 'There are no updates that require approval' case 'DEVELOPER_EMPTY': - return 'There is no developer as your search criteria' + return 'Unfortunately, there are no results that match your search criteria, please try again' default: return '' }