Skip to content

Commit

Permalink
Wizard sentence case cancellation message in guidance (#3723)
Browse files Browse the repository at this point in the history
* Sentence case wizard cancelation buttons

* update cancellation button sentence casing in guidance
  • Loading branch information
halocline authored Feb 13, 2024
1 parent 6222cc4 commit 4e6a569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries-site/src/pages/templates/wizard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ It is important to provide the user with an option to "Cancel" or exit the wizar

- Open a layer that allows the user to confirm they want to cancel.
- Provide two buttons with a clear binary choice (Example: yes or no) and a secondary term that reaffirms the action (Example: stay or exit)
- The Primary Button should be used to confirm cancellation (Example: "Yes, Exit") and a Secondary Button should give the option to return back to completing the wizard (Example: "No, Stay").
- The Primary Button should be used to confirm cancellation (Example: "Yes, exit") and a Secondary Button should give the option to return back to completing the wizard (Example: "No, stay").

### Single column vs. two column wizards

Expand Down

0 comments on commit 4e6a569

Please sign in to comment.