From 1712a7e7e5f706a70c34cd01856fd0431e3b47b7 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 22 Jun 2020 09:58:11 -0400 Subject: [PATCH] fix(preferences(html)): add placeholders to forward addresses field Fixes #5053 --- UI/PreferencesUI/English.lproj/Localizable.strings | 2 ++ UI/Templates/PreferencesUI/UIxPreferences.wox | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/UI/PreferencesUI/English.lproj/Localizable.strings b/UI/PreferencesUI/English.lproj/Localizable.strings index 84628e7c4..8334d8018 100644 --- a/UI/PreferencesUI/English.lproj/Localizable.strings +++ b/UI/PreferencesUI/English.lproj/Localizable.strings @@ -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."; diff --git a/UI/Templates/PreferencesUI/UIxPreferences.wox b/UI/Templates/PreferencesUI/UIxPreferences.wox index 1c69a94e3..5caaebd59 100644 --- a/UI/Templates/PreferencesUI/UIxPreferences.wox +++ b/UI/Templates/PreferencesUI/UIxPreferences.wox @@ -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">