add translate atribute
This commit is contained in:
parent
50771eb23b
commit
e97a99c251
1 changed files with 4 additions and 4 deletions
|
|
@ -8,8 +8,8 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="content p20b" ng-class="{'disclaimer':!index.hasProfile}">
|
<div class="content p20b" ng-class="{'disclaimer':!index.hasProfile}">
|
||||||
<h4 class="title m0" ng-show="!index.hasProfile" translate>
|
<h4 class="title m0" ng-show="!index.hasProfile">
|
||||||
<span>Terms of Use</span>
|
<span translate>Terms of Use</span>
|
||||||
<img class="right" src="img/logo.svg" alt="Copay" width="40">
|
<img class="right" src="img/logo.svg" alt="Copay" width="40">
|
||||||
</h4>
|
</h4>
|
||||||
<div class="p20h m10t">
|
<div class="p20h m10t">
|
||||||
|
|
@ -18,9 +18,9 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div ng-show="!agreed">
|
<div ng-show="!agreed">
|
||||||
<p>I affirm that I have read, understood, and agree with these terms.</p>
|
<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()" translate>
|
||||||
Agree
|
<span translate> Agree </span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<button ng-show="agreed && !index.hasProfile" class="round" ng-click="agree()" translate>Go back</button>
|
<button ng-show="agreed && !index.hasProfile" class="round" ng-click="agree()" translate>Go back</button>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue