Commit f550c8859fc70ccada18f239d18c1b20bd395e25
tidy up some description related things
Matt McKegg committed on 3/16/2017, 2:14:33 AMParent: fb6a6fd101e60f483142411bcb0f3bc164a3abfb
Files changed
modules/profile/sheet/edit.js | changed |
styles/profile-header.mcss | changed |
modules/profile/sheet/edit.js | ||
---|---|---|
@@ -65,9 +65,9 @@ | ||
65 | 65 | placeholder: 'Choose a name', |
66 | 66 | hooks: [ValueHook(chosenName), FocusHook()] |
67 | 67 | }), |
68 | 68 | h('textarea.description', { |
69 | - placeholder: 'Describe yourself', | |
69 | + placeholder: 'Describe yourself (if you want)', | |
70 | 70 | hooks: [ValueHook(chosenDescription)] |
71 | 71 | }) |
72 | 72 | ]) |
73 | 73 | ]) |
Built with git-ssb-web