diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-02-27 21:58:31 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-02-27 21:58:31 +0100 |
commit | dcfcf6a3c1334848747a9d17272a042c27f1080d (patch) | |
tree | bb2c0c383af70456d840dbd68ff42a09fa22f6c4 /extensions/ProdCompSearch/template/en/default/prodcompsearch | |
parent | e08ea305a77f3b3849f446a4d1e62d00ae0c0769 (diff) | |
download | bugzilla-dcfcf6a3c1334848747a9d17272a042c27f1080d.tar.gz bugzilla-dcfcf6a3c1334848747a9d17272a042c27f1080d.tar.xz |
Bug 837892 - User dashboard "file a bug" window does not do anything
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"> |