Skip to content

🐞 Bug: Typo in Cancel Button on Reset Confirmation Dialog #203

Description

@sebastianricaldoni

Description

On the Profile screen, when triggering the “Reset user” option, the confirmation dialog presents a typo in the cancel action label — “Canel” instead of “Cancel”.

Image

Suggested Fix

In ProfileView.swift, update the button label from:

Button("Canel", role: .cancel) {

to

Button("Cancel", role: .cancel) {

Reproduction

  1. Open the app and navigate to the Profile screen.
  2. Scroll down and tap “Reset user”.
  3. Observe the confirmation dialog at the bottom of the screen.
  4. The cancel option appears as “Canel” instead of the correct “Cancel”.

Expected behavior

The dialog should display:
• “Reset” (to confirm)
• “Cancel” (to dismiss)

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions