Replaces ENTER by OK in popup for encrypted private key

This commit is contained in:
Gustavo Maximiliano Cortez 2015-07-30 15:34:59 -03:00
parent 69852fe0ed
commit dfd9a869f4
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<button class="round expand" ng-click="pass.set(index.askPassword.isSetup, index.askPassword.callback)" ng-disabled="!pass.password"
ng-style="{'background-color':index.backgroundColor}">
<span translate ng-if="index.askPassword.isSetup" translate>SET</span>
<span translate ng-if="!index.askPassword.isSetup" translate>ENTER</span>
<span translate ng-if="!index.askPassword.isSetup" translate>OK</span>
</button>
</div>
</div>