update pot

This commit is contained in:
Gabriel Bazán 2017-04-17 15:53:30 -03:00
parent 294673e703
commit 38b95eba7a
2 changed files with 236 additions and 131 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
<ion-content>
<ion-radio ng-repeat="opt in options" ng-value="opt" ng-model="currentOption" ng-click="select(opt.method)" ng-disabled="opt.needsBackup">
<span ng-class="{'disabled': opt.needsBackup}" translate>{{opt.label}}</span>
<span ng-class="{'disabled': opt.needsBackup}">{{opt.label}}</span>
</ion-radio>
<div class="assertive" style="text-align: center; margin: 4rem" ng-if="errorMsg">