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

Updated no result text for consistency #67757

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

Conversation

benazeer-ben
Copy link
Contributor

@benazeer-ben benazeer-ben commented Dec 9, 2024

What?

Fixes #67728

Why?

'No result' text is inconsistent across the editor.

How?

Updating 'No result' text to 'No results found' in all places in order to keep the consistency.

Updated the following occurrence to __( 'No results found.' )

4 occurrences of
__( 'No results.' )
with a trailing period.

3 occurrences of
__( 'No results' )
with no trailing period

2 occurrences of
__( 'No results found' )
with no trailing period.

Copy link

github-actions bot commented Dec 9, 2024

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: benazeer-ben <[email protected]>

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

@Mamaduka Mamaduka added [Type] Bug An existing feature does not function as intended l10n Localization and translations best practices labels Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n Localization and translations best practices [Type] Bug An existing feature does not function as intended
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use consistent text for 'No results'
2 participants