Make all the 'Loading' strings consistent #52886
Labels
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
Needs Design Feedback
Needs general design feedback.
[Type] Bug
An existing feature does not function as intended
Description
In the editor, while some parts of the UI are still loading their content, some text is used to inform users content is still loading. For example, the list of pages in the Site editor:
These strings are inconsistent:
Here's the strings in the current codebase that start with
Loading
:Loading options…
Loading …
(notice the space before the ellipsis)Loading Navigation block setup options.
Loading pages
Loading patterns
Loading templates
Personally, I'd vote for always using the ellipsis, as that seems to be the most common pattern historically used in Core.
Extraneous spaces and period should be removed.
Waiting for design feedback… 🙂
Step-by-step reproduction instructions
__( 'Loading
Screenshots, screen recording, code snippet
No response
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: