Skip to content

Clarify signup name field as public Display Name (#5208) - #7304

Open
theabdlrah wants to merge 1 commit into
hotosm:developfrom
theabdlrah:fix/5208-display-name-label
Open

Clarify signup name field as public Display Name (#5208)#7304
theabdlrah wants to merge 1 commit into
hotosm:developfrom
theabdlrah:fix/5208-display-name-label

Conversation

@theabdlrah

Copy link
Copy Markdown

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 #5208

What type of PR is this? (check all applicable)

  • 🍕 Feature
  • 🐛 Bug Fix
  • 📝 Documentation
  • 🧑‍💻 Refactor
  • ✅ Test
  • 🤖 Build or CI
  • ❓ Other (please specify)

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?

@theabdlrah
theabdlrah force-pushed the fix/5208-display-name-label branch from 43123d3 to 26831ee Compare July 17, 2026 13:56
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
theabdlrah force-pushed the fix/5208-display-name-label branch from 69e5a8f to 1c9f68e Compare July 17, 2026 13:59
@sonarqubecloud

Copy link
Copy Markdown

@theabdlrah

Copy link
Copy Markdown
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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

clarify the requested fields during the signup process

1 participant