mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 01:37:02 +02:00
added a hint to empty query message
This commit is contained in:
@ -110,7 +110,7 @@ $_['text_email_addresses'] = "Email addresses";
|
||||
$_['text_email_aliases'] = "Email aliases";
|
||||
$_['text_email_in_unknown_domain'] = "Email address is in an unknown domain";
|
||||
$_['text_empty_search_criteria'] = "'Empty criteria'";
|
||||
$_['text_empty_search_result'] = "Empty search result. Try adding the wildcard character(*) after a word snippet, eg. duplic* to find \"duplicate\", \"duplicated\", etc.";
|
||||
$_['text_empty_search_result'] = "Empty search result. Try adding the wildcard character(*) after a word snippet (min. " . MIN_PREFIX_LEN . " characters), eg. duplic* to find \"duplicate\", \"duplicated\", etc.";
|
||||
$_['text_enable'] = "Enable";
|
||||
$_['text_enabled'] = "enabled";
|
||||
$_['text_enter_google_authenticator_code'] = "Enter Google Authenticator code";
|
||||
|
Reference in New Issue
Block a user