rename
This commit is contained in:
parent
2a390760bc
commit
d0f7f15835
2 changed files with 2 additions and 1 deletions
|
|
@ -19,6 +19,7 @@
|
|||
}
|
||||
&-description-disabled {
|
||||
color: cadetblue;
|
||||
text-decoration: none;
|
||||
}
|
||||
.setting-title, .setting-value {
|
||||
display: block;
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<div class="settings-description" translate>
|
||||
You'll receive email notifications about payments sent and received from {{wallet.name}}.
|
||||
</div>
|
||||
<span ng-if="emailForExist" class="settings-description-disabled" ng-click="save(null)" translate>Disable notifications</span>
|
||||
<a href ng-if="emailForExist" class="settings-description-disabled" ng-click="save(null)" translate>Remove email notifications</a>
|
||||
</div>
|
||||
<form name="emailForm" ng-submit="save(email.value)" novalidate>
|
||||
<div class="list settings-input-group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue