Bug 1196251 - Revert string change in Loop panel. rs=mdeboer
This commit is contained in:
@@ -624,7 +624,7 @@ loop.contacts = (function(_, mozL10n) {
|
||||
return (
|
||||
React.createElement("div", {className: "contact-filter-container"},
|
||||
React.createElement("input", {className: "contact-filter",
|
||||
placeholder: mozL10n.get("contacts_search_placesholder"),
|
||||
placeholder: mozL10n.get("contacts_search_placesholder2"),
|
||||
valueLink: this.linkState("filter")}),
|
||||
this._renderFilterClearButton()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user