bluesky-social / social-app

The Bluesky Social application for Web, iOS, and Android
https://bsky.app
MIT License
8.96k stars 1.17k forks source link

Inconsistent language: discard vs cancel #5312

Open scottdotweb opened 1 month ago

scottdotweb commented 1 month ago

At present, to discard a post you press the Cancel button at top left. This causes a dialog box which reads "Are you sure you want to discard this post?" and has two buttons, Discard and Cancel.

So in other words, if you press both Cancel buttons, the first time it means "discard this post", and the second time it means "don't discard this post". I would suggest either changing the first one to say Discard, or changing the buttons on the dialog to Yes and No.

scottdotweb commented 1 month ago

Related issue on dialogs and language: #4827