Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify description and option names in the Lock modal dialog #67437

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

sarthaknagoshe2002
Copy link
Contributor

Fixes: #62843

What?

This PR simplifies the description and renames the options in the Lock modal dialog to make the interface clearer and more intuitive for users.

Why?

The original description was too long and confusing, with mismatched visuals and terminology that added cognitive load. Additionally, the varying verbs for options were inconsistent and unnecessary. Simplifying the language and standardizing the option names enhances user understanding.

How?

  1. The description was updated to focus on user intent: "Choose 'Lock all' to disable all actions, or select specific features to lock."
  2. Option names were standardized to:
    • Lock all
    • Lock editing
    • Lock movement
    • Lock removal

Testing Instructions

  1. Add a Navigation block to a post.
  2. Select the Navigation block and click Options > Lock.
  3. Observe the updated description and option names. Ensure the visual order aligns with the description.
  4. Verify the interface is now clearer and easier to understand.

Screenshots or screencast

Screenshot 2024-11-30 at 12 37 54 AM

Copy link

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: sarthaknagoshe2002 <[email protected]>
Co-authored-by: mtias <[email protected]>
Co-authored-by: afercia <[email protected]>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@t-hamano t-hamano added [Type] Copy Issues or PRs that need copy editing assistance [Feature] Block Locking The API allowing for the ability to lock/unlock blocks labels Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Block Locking The API allowing for the ability to lock/unlock blocks [Type] Copy Issues or PRs that need copy editing assistance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Lock modal description and options naming
2 participants