4,114
edits
No edit summary |
No edit summary |
||
Line 739: | Line 739: | ||
if (currentText !== "There were no results matching the query.") { | if (currentText !== "There were no results matching the query.") { | ||
// Overwrite the content with "Search results" | // Overwrite the content with "Search results" | ||
$paragraph.text('Search | $paragraph.text('Pages including Search Results'); | ||
} | } | ||
} | } |