Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
ui(Upgrade): more subtle API upgrade warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Dec 29, 2015
1 parent 433de77 commit df85673
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/partials/upgrade.jade
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
.modal-header.flex-center
h3(translate="UPGRADE_WALLET")
.modal-body.upgrade-modal
uib-alert(type="danger", ng-show="settings.apiAccess")
span(translate="UPGRADE_DISABLES_API_ACCESS")
uib-alert(type="danger", close="insist = false", ng-show="insist")
span(translate="NEED_SECOND_PASSWORD_FOR_UPGRADE")
p(translate="UPGRADE_WELCOME")
Expand All @@ -13,8 +11,10 @@
li(translate="UPGRADE_PRIVACY")
li(translate="UPGRADE_BACKUP")
li(translate="UPGRADE_FUND_MANAGEMENT")
p(translate="UPGRADE_LIMITATIONS")

p
span(translate="UPGRADE_LIMITATIONS")
span
b(translate="UPGRADE_DISABLES_API_ACCESS", ng-show="settings.apiAccess")
.modal-footer.pal.flex-end
button.button-muted.mrm(ng-click="cancel()", translate="CANCEL", ng-disabled="busy")
button.button-success(ui-ladda="busy", ng-click="upgrade()" ng-disabled="waiting", ladda-translate="UPGRADE_NOW", data-style="expand-left")

0 comments on commit df85673

Please sign in to comment.