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”.

Suggested Fix
In ProfileView.swift, update the button label from:
Button("Canel", role: .cancel) {
to
Button("Cancel", role: .cancel) {
Reproduction
- Open the app and navigate to the Profile screen.
- Scroll down and tap “Reset user”.
- Observe the confirmation dialog at the bottom of the screen.
- 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
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”.
Suggested Fix
In
ProfileView.swift, update the button label from:to
Reproduction
Expected behavior
The dialog should display:
• “Reset” (to confirm)
• “Cancel” (to dismiss)
Additional context
No response
Code of Conduct