Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved disclosure permission close dialog #319

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

w-ensink
Copy link
Collaborator

@w-ensink w-ensink commented Feb 4, 2025

Fix some button texts and made the "actually stop" button the primary action.

Fixes #315

- it was looking up the confirm button by text, but the text has
changed, so it couldn't find it
Copy link

@jappe999 jappe999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice find!

@@ -212,10 +212,10 @@
"decline_signature": "Don't sign"
},
"confirm_close_dialog": {
"title": "Cancel data sharing",
"title": "Are you sure?",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The buttons were a bit misleading but I think the original title was more descriptive about the action the user is about to take.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. I was kind of debating this change, as "Cancel sharing data" is not really a question that can be answered with "yes" or "no". But it's true that "Are you sure?" is not really descriptive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stop issuing dialog unclear
2 participants