diff --git a/src/screens/addressGeolocation/utils/operativeHourUtils.ts b/src/screens/addressGeolocation/utils/operativeHourUtils.ts index 1cbe2ba8..3dc7fb70 100644 --- a/src/screens/addressGeolocation/utils/operativeHourUtils.ts +++ b/src/screens/addressGeolocation/utils/operativeHourUtils.ts @@ -3,7 +3,7 @@ import { toast } from "@rn-ui-lib/components/toast"; export const handleClickPostOperativeHours = () => { toast({ - type: 'warn', + type: 'accessDenied', text1: 'You will be able to add feedback only during work hours (8 AM to 7 PM).', }); return;