spesmilo / spesmilo/electrum

Clarification on "Cancel" text for better user understanding

Open
#8,377 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
8.6k
Forks
3.5k
Avg merge
2d 8h
Merged PRs (30d)
61

Description

The current use of the text "Cancel" in the interface may lead to a misunderstanding of the actual action being performed, as it implies that the cancellation is guaranteed. However, there are cases where cancellation may not be possible, such as when the previous transaction is confirmed before the new one.

To better reflect the true nature of the action, I suggest updating the text to something like "Attempt to cancel" or "Try to cancel". This change would provide users with a clearer understanding that the cancellation process might not always be successful, depending on the circumstances surrounding the transaction.

Ref (just one I found, but may be others):

https://github.com/spesmilo/electrum/blame/33d394c9d76acceeffaa3adb032e51bed38dfe87/electrum/gui/qt/history_list.py#L789

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Read electrum/gui/qt/history_list.py around line 789 and search for other transaction-cancellation labels in the interface. Review the surrounding cancellation flow to confirm where the wording applies. Done means the relevant action labels clearly communicate that cancellation is only being attempted, including any matching occurrences.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
desktop
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.