Frontend: Fix duplicate edit profile button#9191
Conversation
MobileInstall the Dev Tool (iOS via TestFlight, iOS Simulator, or Android .apk) here. Scan the QR with your phone camera, or tap Open in Dev Tool on the device, to open this branch in the installed Dev Tool dev client.
Deep linksiOS Android Web (Vercel)View the Vercel web preview for this branch. Backend
Other
|
aapeliv
left a comment
There was a problem hiding this comment.
lgtm. maybe a broken merge when the translation keys changed?
📝 Release NotesThis PR does not need to be included in release notes. Reason: This PR fixes a minor UI bug where the edit profile button appeared twice in a dialog and removes an unused translation string. While visible, it is a small polish fix rather than a significant user-facing improvement or important bug fix affecting core functionality. 🤖 Bot Debug InformationModel: |


The edit profile button was mysteriously duplicated in #8317, with a bad string key too. Also the dashboard string was unreferenced.
Testing
After fix:
Web frontend checklist
For maintainers