Clarify signup name field as public Display Name (#5208) - #7304
Open
theabdlrah wants to merge 1 commit into
Open
Clarify signup name field as public Display Name (#5208)#7304theabdlrah wants to merge 1 commit into
theabdlrah wants to merge 1 commit into
Conversation
theabdlrah
force-pushed
the
fix/5208-display-name-label
branch
from
July 17, 2026 13:56
43123d3 to
26831ee
Compare
Users were confused that the signup 'Name' becomes their public username. This change mirrors the clearer OSM-style wording: - Renames the field label 'Name' -> 'Display Name' - Updates the placeholder to 'Your publicly visible name' - Adds i18n help text explaining the name is publicly visible and can be changed later in preferences. Scoped to i18n message strings (messages.js) and one help-text element in signUp.js, following the existing FormattedMessage pattern. No logic or backend changes. Fixes hotosm#5208
theabdlrah
force-pushed
the
fix/5208-display-name-label
branch
from
July 17, 2026 13:59
69e5a8f to
1c9f68e
Compare
|
Author
|
Hi! I'm a new contributor and would like to help with this issue if it's still available. I've opened PR #7304, which updates the field label from "Name" to "Display Name" and adds explanatory help text to make it clearer that the name is publicly visible and can be changed later in preferences. I'm happy to revise the implementation or wording based on feedback. Thanks for taking a look! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Users were confused that the signup 'Name' becomes their public username. This change mirrors the clearer OSM-style wording:
Scoped to i18n message strings (messages.js) and one help-text element in signUp.js, following the existing FormattedMessage pattern. No logic or backend changes.
Fixes #5208
What type of PR is this? (check all applicable)
Related Issue
Example: Fixes #123
Describe this PR
A brief description of how this solves the issue.
Screenshots
Please provide screenshots of the change.
Alternative Approaches Considered
Did you attempt any other approaches that are not documented in code?
Review Guide
Notes for the reviewer. How to test this change?
Checklist before requesting a review
[optional] What gif best describes this PR or how it makes you feel?