Skip to content

Commit

Permalink
Remove mention of RETL from Sync Mode description (#2486)
Browse files Browse the repository at this point in the history
  • Loading branch information
marinhero authored Oct 8, 2024
1 parent 5249932 commit e1e67b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const action: ActionDefinition<Settings, Payload> = {
description: 'Sync a Segment Engage Audience into a Google Customer Match User List.',
defaultSubscription: 'event = "Audience Entered" or event = "Audience Exited"',
syncMode: {
description: 'Define how the records will be synced from RETL to Google',
description: 'Define how the records will be synced to Google',
label: 'How to sync records',
default: 'add',
choices: [
Expand Down

0 comments on commit e1e67b5

Please sign in to comment.