Skip to content

Commit

Permalink
#1665 Update error messages for search
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Jun 12, 2018
1 parent d1591ef commit ec4d79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}

if (!$keywords && !$author) {
message(__('You have to enter at least one keyword and/or an author to search for.', 'luna'));
message(__('You have to enter at least one keyword and/or an author to search for. Search terms need to be at least three characters long.', 'luna'));
}

if ($author) {
Expand Down

0 comments on commit ec4d79f

Please sign in to comment.