fix(preferences(html)): improve placeholders

pull/282/head
Francis Lachapelle 2020-06-22 15:06:40 -04:00
parent 1712a7e7e5
commit 2730a91b54
1 changed files with 3 additions and 2 deletions

View File

@ -986,7 +986,8 @@
md-min-length="0" md-min-length="0"
md-autofocus="true" md-autofocus="true"
md-autoselect="true" md-autoselect="true"
label:placeholder="Add an address"> label:placeholder="Enter an email"
label:secondary-placeholder="Add another email">>
<md-item-template> <md-item-template>
<div class="sg-tile-content"> <div class="sg-tile-content">
<div class="sg-md-subhead"> <div class="sg-md-subhead">
@ -1122,7 +1123,7 @@
ng-required="app.preferences.defaults.Forward.enabled == 1" ng-required="app.preferences.defaults.Forward.enabled == 1"
md-separator-keys="app.emailSeparatorKeys" md-separator-keys="app.emailSeparatorKeys"
md-add-on-blur="true" md-add-on-blur="true"
n0md-autocomplete-snap="width" md-autocomplete-snap="width"
label:placeholder="Enter an email" label:placeholder="Enter an email"
label:secondary-placeholder="Add another email"> label:secondary-placeholder="Add another email">
<!-- forward addresses --> <!-- forward addresses -->