rate the app

This commit is contained in:
Javier 2016-11-02 10:18:10 -03:00 committed by Gabriel Bazán
commit 9e3f627c58
5 changed files with 31 additions and 7 deletions

View file

@ -22,11 +22,11 @@
<span translate>Would you be willing to rate BitPay Wallet in the app store?</span>
</div>
<div>
<button type="submit" class="button button-standard button-primary" ng-click="goAppStore()">
<button type="submit" class="button button-standard button-primary" ng-click="goAppStore()" ng-if="isCordova">
<span translate>Rate on the app store</span>
</button>
<button type="submit" class="button button-standard button-primary" ng-click="sendFeedback()">
<span translate>Send us feedback instead</span>
<span translate>Send us feedback</span>
</button>
</div>
</ion-content>