mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
normalize to search.title for search help
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user