This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Remove unnecessary placeholders on /settings pages #21868
Open
Description
Our content guidelines for actionable language specify that placeholders should be avoided except in specific situations.
There's a few places where we should remove placeholders altogether, or switch to using a helper.
- On the /settings/profile page, the display name and avatar URL fields have placeholders that duplicate the label. These should be removed and the field left empty.
- On the /settings/tokens/new page, the "What's this token for?" placeholder should be removed and instead placed as helper text.
CC @AlicjaSuska