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 80efec7 commit c63d92bCopy full SHA for c63d92b
app/views/editProfile.ejs
@@ -39,7 +39,7 @@
39
</div>
40
41
<div class="form-group">
42
- <label>I'm willing to mentor.</label>
+ <label>I'm willing to mentor on these topics:</label>
43
<textarea class="form-control" name="mentor_topics" rows="5"><%= user.mentor_topics %></textarea>
44
45
app/views/user.ejs
@@ -21,7 +21,7 @@
21
<dt>Goals</dt>
22
<dd class="prewrap"><%= user.goals %></dd>
23
24
- <dt>I'm willing to mentor.</dt>
+ <dt>I'm willing to mentor on these topics:</dt>
25
<dd class="prewrap"><%= user.mentor_topics %></dd>
26
</dl>
27
0 commit comments