normalize to search.title for search help

This commit is contained in:
Jeff Atwood
2014-06-16 16:20:57 -07:00
parent a0d9dcce17
commit 5db621c5fe
3 changed files with 4 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ module("view:search-text-field", {
});
test("formats placeholder correctly when no searchContext is provided", function() {
placeholderUsesKeyAndContext("search.placeholder", undefined);
placeholderUsesKeyAndContext("search.title", undefined);
});
test("formats placeholder correctly when user searchContext is provided", function() {