remove translate

This commit is contained in:
bechi 2015-06-29 13:30:12 -03:00
commit 12bfe6e8e8

View file

@ -19,7 +19,7 @@
<div ng-show="!agreed">
<p translate>I affirm that I have read, understood, and agree with these terms.</p>
<button class="black round expand" ng-click="agree()" translate>
<button class="black round expand" ng-click="agree()">
<span translate> Agree </span>
</button>
</div>