Skip to content

Commit

Permalink
Rephrase tour steps
Browse files Browse the repository at this point in the history
  • Loading branch information
JadeMaveric committed Mar 14, 2021
1 parent 61da853 commit 11b1664
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/poll/create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,23 +61,23 @@ const Create = (): JSX.Element => {
{
disableBeacon: true,
target: '#formPlainTextTitle',
content: 'Give your event the title it deserves. Something memorable'
content: 'Give your event the memorable title it deserves.'
},
{
target: '#formPlainTextDescription',
content: 'Add a description to let your invitees know what this is all about.'
},
{
target: '.rat-AvailableTimes_buttons',
content: 'Are you an early planner? Use these button to schedule in the future, or past. (ps: Time travel powers not included)'
content: 'Are you an early planner? Use these button to schedule in the future. (ps: Time travel powers not included)'
},
{
target: '.rat-Slider_component',
content: 'Click and drag to create a time slots. Repeat to create more of them. These will be the choices that are generated in the poll'
content: 'Click and drag to create a time slot. You can create more than one. These will be the choices that are generated in the poll'
},
{
target: '.create-poll-btn',
content: 'Press here when you\'re all done to create the poll and get a sharable link'
content: 'Click here when you\'re all done to get a sharable link'
}
];

Expand Down

0 comments on commit 11b1664

Please sign in to comment.