blthemes/Blekathlon

Language does not refresh properly after clearing search

Closed this issue · 3 comments

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...

image

After a successful search, I click the cross to clear the results and I get the following, which returns the code place-holder.

image

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",

In js messages are hardcoded now. In next version they'll be in the language files.
blthemes/DevTheme#4

Thanks for all you have done in this release.