Merge pull request #3053 from cmgustavo/bug/typo-password

Replaces "ENTER" by "OK" in popup for encrypted private key
This commit is contained in:
Matias Alejo Garcia 2015-07-31 10:29:08 -03:00
commit 9482cbb052

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>