Skip to content

Commit

Permalink
Merge pull request #16 from gitname/patch-2
Browse files Browse the repository at this point in the history
Update popover title to match input label
  • Loading branch information
monsur authored Nov 17, 2017
2 parents a2cb235 + 7287d13 commit 4f8979c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/static/corsclient.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1>test-cors.org</h1>
</div>
</div>

<div class="control-group" id="client_postdata_div" title="Help: Content?" data-content="Data that the client will send in the body of the request.">
<div class="control-group" id="client_postdata_div" title="Help: Request Content" data-content="Data that the client will send in the body of the request.">
<label class="control-label" for="client_postdata">Request Content</label>
<div class="controls">
<textarea id="client_postdata" class="span2" rows="4"></textarea>
Expand Down

0 comments on commit 4f8979c

Please sign in to comment.