Skip to content

Commit

Permalink
changed labels for collection options
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshaaa19 committed Apr 15, 2024
1 parent 5d6d94f commit ec98334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/Trigger/TriggerType/TriggerType.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const TriggerType = ({
value={CONTACTS_COLLECTION}
checked={isChecked(CONTACTS_COLLECTION)}
control={<Radio color="primary" />}
label={'Contact'}
label={'WABA Collections'}
className={styles.Label}
/>
</div>
Expand All @@ -51,7 +51,7 @@ export const TriggerType = ({
value={WA_GROUPS_COLLECTION}
checked={isChecked(WA_GROUPS_COLLECTION)}
control={<Radio color="primary" />}
label={'WhatsApp Group'}
label={'WhatsApp Group Collections'}
className={styles.Label}
/>
</div>
Expand Down

0 comments on commit ec98334

Please sign in to comment.