mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Bug 1193375 - In-content search: Set search inputbox placeholder received from ContentSearch.jsm. r=adw
This commit is contained in:
parent
d31a87f134
commit
eca7c88fed
@ -602,6 +602,7 @@ ContentSearchUIController.prototype = {
|
||||
this._updateSearchWithHeader();
|
||||
document.getElementById("contentSearchSettingsButton").textContent =
|
||||
this._strings.searchSettings;
|
||||
this.input.setAttribute("placeholder", this._strings.searchPlaceholder);
|
||||
},
|
||||
|
||||
_updateDefaultEngineHeader: function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user