mirror of
https://github.com/lingble/twenty.git
synced 2025-10-29 11:52:28 +00:00
Modify messaging settings description (#7089)
Modify messaging settings description
This commit is contained in:
@@ -103,7 +103,8 @@ export const SettingsAccountsMessageChannelDetails = ({
|
||||
parameters={[
|
||||
{
|
||||
title: 'Exclude non-professional emails',
|
||||
description: 'Don’t sync emails from/to Gmail, Outlook...',
|
||||
description:
|
||||
'Don’t create contacts from/to Gmail, Outlook emails',
|
||||
value: !!messageChannel.excludeNonProfessionalEmails,
|
||||
onToggle: handleIsNonProfessionalEmailExcludedToggle,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user