Confusing prompt copy when cancelling an export
See original GitHub issuePlatform:
17.4.0 Darwin Kernel Version 17.4.0: Sun Dec 17 09:19:54 PST 2017; root:xnu-4570.41.2~1/RELEASE_X86_64 x86_64
Kap Version:
Version 2.1.1 (2.1.1.747)
Steps to reproduce
- Make a recording,
- Export as .gif
- Click on
Cancel Export
button - Read copy on the confirm cancellation modal
Current behaviour
Confirm modal says Are you sure you want to cancel the export?
and the two options of Continue
and Cancel Export
. It is unclear if Continue
means I want to continue with cancelling the export or continue with the export.
Expected behaviour
Confirm modal says Are you sure you want to cancel the export?
and the two options should say something like Yes
and No
or Do not Cancel
and Cancel
.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Confusing prompt copy when cancelling an export #436
Current behaviour. Confirm modal says Are you sure you want to cancel the export? and the two options of Continue and Cancel Export...
Read more >Javascript prompt() - cancel button to terminate the function
prompt returns a string if the user presses OK ( '' being with no value submitted). If the user pressed Cancel , null...
Read more >Import/Export/Copy Components
The Import/Export/Copy Components utility lets instructors copy component(s) ... to Copy" area will cancel the process by removing the course from the area....
Read more >prompt keeps popping up asking me to install ...
After installing xcode13.3, a prompt keeps popping up asking me to install the command line developer tools, but I have already installed it, ......
Read more >Canceling a command - AWS Systems Manager
Choose Cancel command. To cancel a command using the AWS CLI. Run the following command. Replace each example resource placeholder with your own...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think the buttons should be
[Continue Export]
and[Cancel Export]
. Yes/No buttons are not recommended by the macOS Human Interface Guidelines: https://developer.apple.com/macos/human-interface-guidelines/windows-and-views/alerts/@skllcrn It looks like the prompt already only appears when clicking
[x]
, I’ve updated the text in https://github.com/wulkano/kap/pull/438