Skip to content

Commit ad06ff1

Browse files
Changing wording to make it clear that it's not an old-fasioned phone call.
1 parent 776e825 commit ad06ff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/options.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -863,9 +863,9 @@ const Options: React.FunctionComponent<Props> = ({ sandbox }) => {
863863
<ExportSettings fontSize="small" />
864864
</IconButton>
865865
<IconButton
866-
title="Schedule a Discovery Call"
866+
title="Schedule a one-on-one"
867867
id="schedule-discovery-call"
868-
aria-label="schedule a discovery call"
868+
aria-label="schedule a one-on-one"
869869
onClick={() => setShowDiscoveryModal(true)}
870870
>
871871
<EventAvailable fontSize="small" />

0 commit comments

Comments
 (0)