Language does not refresh properly after clearing search
Closed this issue · 3 comments
BlakesHeaven commented
Hi, I have been trying to update the text that appears and noticed that after clearing the search the language text is not pulled through properly.
Below you see what I changed the text to...
After a successful search, I click the cross to clear the results and I get the following, which returns the code place-holder.
In bundle.min.js
$( ".search-result-meta" ).html( "type-to-start-searching" );
In en.json
"type-to-start-searching": "Type 4 or more letters above to start searching",
dimobelov commented
In js messages are hardcoded now. In next version they'll be in the language files.
blthemes/DevTheme#4
BlakesHeaven commented
Thanks for all you have done in this release.