removed duplicate translate

This commit is contained in:
Jamal Jackson 2016-09-06 11:16:53 -04:00
parent 229e2fd8ec
commit 660f7cb6d3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
</div>
<div id="agree-to-terms">
<ion-checkbox ng-model="accept"></ion-checkbox>
<p translate>I have read, understood, and agree with the <a ui-sref="onboarding.terms" translate>Terms of use</a>.</p>
<p translate>I have read, understood, and agree with the <a ui-sref="onboarding.terms">Terms of use</a>.</p>
<button ng-disabled="!accept" class="button button-block button-positive" ng-click="confirm()" translate>Confirm & Finish</button>
</div>
</ion-content>