Commit 29a9f3d8 authored by Alex Wenckus's avatar Alex Wenckus Committed by alex

Basic test for search description

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/tags/openfire_3_3_1@8908 b35dd754-fafc-0310-a699-88a17e54d16e
parent a804bacf
......@@ -245,7 +245,7 @@ public class SearchPlugin implements Component, Plugin, PropertyEventListener {
field = new XFormFieldImpl("search");
field.setType(FormField.TYPE_TEXT_SINGLE);
field.setLabel(LocaleUtils.getLocalizedString("advance.user.search.search", "search"));
field.setLabel("search");
field.setRequired(true);
searchForm.addField(field);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment