update to current BWC
This commit is contained in:
parent
7bb6436d09
commit
837f6fced1
4 changed files with 45 additions and 53 deletions
|
|
@ -22,7 +22,7 @@
|
|||
</div>
|
||||
|
||||
|
||||
<form name="emailForm" ng-submit="prefEmail.save(emailForm)" class="columns" novalidate>
|
||||
<form name="emailForm" ng-submit="prefEmail.save(emailForm)" class="columns" novalidate ng-init="prefEmail.email = index.preferences.email">
|
||||
<div class="box-notification" ng-show="prefEmail.error">
|
||||
<span class="text-warning size-14">
|
||||
{{prefEmail.error|translate}}
|
||||
|
|
@ -32,8 +32,8 @@
|
|||
<label>email for wallet notifications:</i></label>
|
||||
<input type="email" id="email" name="email" ng-model="prefEmail.email" required>
|
||||
<input type="submit" class="button expand black radius" value="{{'Save'|translate}}"
|
||||
ng-style="{'background-color':index.backgroundColor}" ng-disabled="emailForm.$invalid">
|
||||
ng-style="{'background-color':index.backgroundColor}" ng-disabled="emailForm.$invalid && !index.preferences.email">
|
||||
</form>
|
||||
<p class="text-gray text-center columns size-14" translate> Setting up email notifications could weaken your privacy, if the wallet service provider is compromised. Information available to an attacker would include be the positive confirmation of a bitcoin wallet and its balance, but no more.
|
||||
<p class="text-gray text-center columns size-14" translate> Setting up email notifications could weaken your privacy, if the wallet service provider is compromised. Information available to an attacker would include your wallet addresses and its balance, but no more.
|
||||
</div>
|
||||
<div class="extra-margin-bottom"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue