From 55d5b043b3b0ba96bf8a1bb519ddb3dff696fbda Mon Sep 17 00:00:00 2001 From: Rafael Taranto Date: Tue, 22 Aug 2023 13:06:30 +0100 Subject: [PATCH] chore: error message fix --- .../src/pages/Notifications/sections/ThirdPartyProvider.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/new-lamassu-admin/src/pages/Notifications/sections/ThirdPartyProvider.js b/new-lamassu-admin/src/pages/Notifications/sections/ThirdPartyProvider.js index 4312a2c5..33b9a654 100644 --- a/new-lamassu-admin/src/pages/Notifications/sections/ThirdPartyProvider.js +++ b/new-lamassu-admin/src/pages/Notifications/sections/ThirdPartyProvider.js @@ -31,9 +31,7 @@ const ThirdPartyProvider = () => { } const ThirdPartySchema = Yup.object().shape({ - sms: Yup.string('The ticker must be a string').required( - 'The ticker is required' - ) + sms: Yup.string('The sms must be a string').required('The sms is required') }) const elements = [