Skip to content

Commit

Permalink
fix(preferences(html)): add placeholders to forward addresses field
Browse files Browse the repository at this point in the history
Fixes #5053
  • Loading branch information
cgx committed Jun 22, 2020
1 parent bf4c083 commit 1712a7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions UI/PreferencesUI/English.lproj/Localizable.strings
Expand Up @@ -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.";
Expand Down
4 changes: 3 additions & 1 deletion UI/Templates/PreferencesUI/UIxPreferences.wox
Expand Up @@ -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>
Expand Down

0 comments on commit 1712a7e

Please sign in to comment.