Skip to content

Commit

Permalink
Changed Copy Text to Select Text
Browse files Browse the repository at this point in the history
  • Loading branch information
LHousehold committed Sep 9, 2015
1 parent eabfe6e commit ec314ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h1 title="You're welcome">Central Email Builder</h1>
<div class="row email_row">
<hr/>
<div class="twelve columns">
<input type="button" value="Copy Text" onclick="copy_email_content()" class="copy_button" title="Copy email text to clipboard"/>
<input type="button" value="Select Text" onclick="copy_email_content()" class="copy_button" title="Copy email text to clipboard"/>
<div class="email_content" id="email_content"></div>
</div>
</div>
Expand Down

0 comments on commit ec314ac

Please sign in to comment.