Bug 1196251 - Revert string change in Loop panel. rs=mdeboer

This commit is contained in:
Andrei Oprea
2015-08-19 13:13:22 -07:00
parent 8f7af7b001
commit d59d002d34
3 changed files with 4 additions and 4 deletions

View File

@@ -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()
)