Do you replace ‘OK’ buttons with clear action labels?
Loading last updated info...
While "OK" buttons were the standard convention with operating systems of the past, web applications should use a more user-friendly approach to dialog boxes. Instead of "OK" buttons to confirm an action the users want, it’s more efficient and effective to give them button that is labeled with that specific action.
❌ Figure: Bad example - Web application button labeled as "OK"
✅ Figure: Good example - Button is labeled with the specific action
Examples of button names that are better than "OK":
- Save
- Move
- Rename
- Open
- Select
- Insert
- Print
- Process
- Login