We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db3399 commit 5fb311bCopy full SHA for 5fb311b
src/shared/containers/timeline-wall/timeline-events/add-event/index.jsx
@@ -86,7 +86,7 @@ function AddEvents({
86
id="eventName"
87
name="eventName"
88
type="text"
89
- placeholder="In 38 characters or less, write event name here"
+ placeholder="Enter event title"
90
onChange={(e) => {
91
setFormData({
92
...formData,
@@ -122,7 +122,7 @@ function AddEvents({
122
id="description"
123
name="description"
124
125
- placeholder="In 240 characters or less, tell the Topcoder community a bit about yourself"
+ placeholder="Tell your community about this memory"
126
127
128
0 commit comments