[PR #5943] Improve file decryption modal and button labels #6225

Closed
opened 2026-02-28 21:25:31 -06:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/actualbudget/actual/pull/5943

State: closed
Merged: Yes


Improve clarity of budget file decryption modal

This PR enhances the user experience for the budget file decryption modal by making its labels and descriptions more intuitive.

Screenshot 2025-10-16 at 23 45 19

Why:
The previous "Update key" button label and "Unable to decrypt file" modal title were often confusing. The description for the password change scenario was also not fully clear, and the password input field could benefit from more prominence. These changes aim to provide clearer guidance for users, whether they are logging in for the first time or have changed their password.

What:

  • Modal Title: Changed from "Unable to decrypt file" to "Decrypt budget file".
  • Button Label: Changed from "Update key" to "Unlock budget file".
  • Input Field: Replaced the standard Input component with BigInput for the password field.

Open in Cursor Open in Web

**Original Pull Request:** https://github.com/actualbudget/actual/pull/5943 **State:** closed **Merged:** Yes --- <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> ### Improve clarity of budget file decryption modal This PR enhances the user experience for the budget file decryption modal by making its labels and descriptions more intuitive. <img width="565" height="332" alt="Screenshot 2025-10-16 at 23 45 19" src="https://github.com/user-attachments/assets/bfde029d-e146-4f1b-8953-fa073a38dba3" /> **Why:** The previous "Update key" button label and "Unable to decrypt file" modal title were often confusing. The description for the password change scenario was also not fully clear, and the password input field could benefit from more prominence. These changes aim to provide clearer guidance for users, whether they are logging in for the first time or have changed their password. **What:** * **Modal Title:** Changed from "Unable to decrypt file" to "Decrypt budget file". * **Button Label:** Changed from "Update key" to "Unlock budget file". * **Input Field:** Replaced the standard `Input` component with `BigInput` for the password field. --- <a href="https://cursor.com/background-agent?bcId=bc-53b26240-2084-46c5-ae86-b8c1a214acac"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-cursor-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-cursor-light.svg"><img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-53b26240-2084-46c5-ae86-b8c1a214acac"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-web-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-web-light.svg"><img alt="Open in Web" src="https://cursor.com/open-in-web.svg"></picture></a>
GiteaMirror added the pull-request label 2026-02-28 21:25:31 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#6225