diff options
Diffstat (limited to 'extensions/ProdCompSearch/template/en/default/prodcompsearch')
-rw-r--r-- | extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl b/extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl index fc8d3f1fb..9d75f66f1 100644 --- a/extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl +++ b/extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl @@ -11,8 +11,8 @@ [% input_label FILTER none %] <img id="prod_comp_throbber" src="extensions/ProdCompSearch/web/images/throbber.gif" class="bz_default_hidden" width="16" height="11"> - <span id="prod_comp_no_data" class="bz_default_hidden" style="color:red;"> - No data found</span> + <span id="prod_comp_no_components" class="bz_default_hidden"> + No components found</span> </div> <input id="prod_comp_search" type="text" size="50" placeholder="Search by product and component keywords"> |