Insert text inside em tags to display I Trust You on the button.

<html>
<body>
<h3>Terms of Service</h3>
<p>You can trust us with anything...</p>
<button><em>I Trust You</em></button>
</body>
</html>]]>

Make sure to pick <em>, followed by I Trust You, and finally </em>.