Skip to content

Commit c63d92b

Browse files
committed
change wording on profile
1 parent 80efec7 commit c63d92b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/editProfile.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</div>
4040

4141
<div class="form-group">
42-
<label>I'm willing to mentor.</label>
42+
<label>I'm willing to mentor on these topics:</label>
4343
<textarea class="form-control" name="mentor_topics" rows="5"><%= user.mentor_topics %></textarea>
4444
</div>
4545

app/views/user.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dt>Goals</dt>
2222
<dd class="prewrap"><%= user.goals %></dd>
2323

24-
<dt>I'm willing to mentor.</dt>
24+
<dt>I'm willing to mentor on these topics:</dt>
2525
<dd class="prewrap"><%= user.mentor_topics %></dd>
2626
</dl>
2727

0 commit comments

Comments
 (0)