fix(preferences(html)): add placeholders to forward addresses field

Fixes #5053
pull/282/head
Francis Lachapelle 2020-06-22 09:58:11 -04:00
parent bf4c083de8
commit 1712a7e7e5
2 changed files with 5 additions and 1 deletions

View File

@ -62,6 +62,8 @@
/* forward messages */
"Forward incoming messages" = "Forward incoming messages";
"Keep a copy" = "Keep a copy";
"Enter an email" = "Enter an email";
"Add another email" = "Add another email";
"Please specify an address to which you want to forward your messages."
= "Please specify an address to which you want to forward your messages.";
"You are not allowed to forward your messages to an external email address." = "You are not allowed to forward your messages to an external email address.";

View File

@ -1122,7 +1122,9 @@
ng-required="app.preferences.defaults.Forward.enabled == 1"
md-separator-keys="app.emailSeparatorKeys"
md-add-on-blur="true"
md-autocomplete-snap="width">
n0md-autocomplete-snap="width"
label:placeholder="Enter an email"
label:secondary-placeholder="Add another email">
<!-- forward addresses -->
</md-chips>
</md-input-container>