Skip to content

Commit

Permalink
Merge branch 'ghub_rvd_master' into ghub_master
Browse files Browse the repository at this point in the history
  • Loading branch information
otsakir committed May 13, 2015
2 parents dc3742a + 311e617 commit 89c1ce3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<div class='col-md-5 form-group'>
<div class="input-group input-group-sm">
<span class="input-group-addon">{{'ussdCollectStepReplyLabel' | translate}}</span>
<input name="digits" class="form-control ng-pristine ng-valid ng-valid-pattern" type="text" placeholder="{{'ussdCollectStepReplyInputPlaceholder' | translate}" ng-model='mapping.digits' required></input>
<input name="digits" class="form-control ng-pristine ng-valid ng-valid-pattern" type="text" placeholder="{{'ussdCollectStepReplyInputPlaceholder' | translate}}" ng-model='mapping.digits' required></input>
</div>
<div class="validation-error" ng-show="form.digits.$invalid">{{'ussdCollectStepReplyErrorLabel' | translate}}</div>
</div>
Expand Down

0 comments on commit 89c1ce3

Please sign in to comment.