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

Change "All Users" to "Everyone" #6120

Conversation

Timo-Breumelhof
Copy link
Contributor

fixes #6091

Summary

This must be the simplest PR in our history? ;-)
I edited SharedResources.resx to replace "All Users" with "Everyone".

But there's one issue remaining, the Persona Bar does not use this resource key, in there "All Users" is hard coded.
So IMO we should only implement this one if #6119 is fixed too..

Copy link
Contributor

@valadas valadas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a simple change, "All Users" is in a lot of places and if this is not done everywhere we'll have inconsistant naming, causing more confusing than the current state.

Furthermore, there might be many 3rd party modules that might be locating that role by name (not saying it is right), but it has the potential to be a breaking change for those 3rd party extensions.

See https://github.com/search?q=repo%3Adnnsoftware%2FDnn.Platform%20%22All%20Users%22&type=code for a seach on "All Users" for a clue of where it is used

@bdukes
Copy link
Contributor

bdukes commented Aug 29, 2024

The role name should be localized in all scenarios (see #6119 that @Timo-Breumelhof also opened). Changing the localized text should be a completely safe change. So, once #6119 is resolved, this should be a pretty clean and safe change.

@valadas
Copy link
Contributor

valadas commented Aug 29, 2024

Good point, however I would still prefer we handle all of "All Users" localization everywhere in one PR. It is referenced in a couple of localization paragraphs and I'd prefer it is named the same everywhere to avoid making it even more confusing if it is "All Users" in some places and "Everyone" in other places.

@donker donker self-assigned this Sep 12, 2024
@Timo-Breumelhof
Copy link
Contributor Author

Closed as superseded by #6133

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement]: Replace "All users" with "Everyone"
4 participants