From 3a21b5527f9efca774a29c9cf268c200c3aee427 Mon Sep 17 00:00:00 2001 From: Mohan Date: Mon, 2 Sep 2024 19:43:37 +0530 Subject: [PATCH] Update apps/autonolas-registry/components/ListServices/helpers/RegisterForm.jsx Co-authored-by: Oaksprout <66292936+oaksprout@users.noreply.github.com> --- .../components/ListServices/helpers/RegisterForm.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/autonolas-registry/components/ListServices/helpers/RegisterForm.jsx b/apps/autonolas-registry/components/ListServices/helpers/RegisterForm.jsx index fe7a9264..bdffc5f7 100644 --- a/apps/autonolas-registry/components/ListServices/helpers/RegisterForm.jsx +++ b/apps/autonolas-registry/components/ListServices/helpers/RegisterForm.jsx @@ -300,7 +300,7 @@ const RegisterForm = ({ if (!isEqual(agentIdsArray, sortBy(agentIdsArray))) { return Promise.reject( new Error( - 'Please input a sorted agent Ids and update the slots and bonds accordingly', + 'Agent IDs should be sorted from low to high.', ), ); }