Bug 1193375 - In-content search: Set search inputbox placeholder received from ContentSearch.jsm. r=adw
This commit is contained in:
@@ -602,6 +602,7 @@ ContentSearchUIController.prototype = {
|
||||
this._updateSearchWithHeader();
|
||||
document.getElementById("contentSearchSettingsButton").textContent =
|
||||
this._strings.searchSettings;
|
||||
this.input.setAttribute("placeholder", this._strings.searchPlaceholder);
|
||||
},
|
||||
|
||||
_updateDefaultEngineHeader: function () {
|
||||
|
||||
Reference in New Issue
Block a user