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 {
|
&-description-disabled {
|
||||||
color: cadetblue;
|
color: cadetblue;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.setting-title, .setting-value {
|
.setting-title, .setting-value {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
<div class="settings-description" translate>
|
<div class="settings-description" translate>
|
||||||
You'll receive email notifications about payments sent and received from {{wallet.name}}.
|
You'll receive email notifications about payments sent and received from {{wallet.name}}.
|
||||||
</div>
|
</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>
|
</div>
|
||||||
<form name="emailForm" ng-submit="save(email.value)" novalidate>
|
<form name="emailForm" ng-submit="save(email.value)" novalidate>
|
||||||
<div class="list settings-input-group">
|
<div class="list settings-input-group">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue