Commit 8a6dfeba authored by Alex Wenckus's avatar Alex Wenckus Committed by alex

Copy and paste issues

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6163 b35dd754-fafc-0310-a699-88a17e54d16e
parent ebe2a30d
......@@ -99,7 +99,7 @@ public class AddUser extends AdHocCommand {
protected void addStageInformation(SessionData data, Element command) {
DataForm form = new DataForm(DataForm.Type.form);
form.setTitle("Adding a user");
form.addInstruction("Fill out this form to change a user\u2019s password.");
form.addInstruction("Fill out this form to add a user.");
FormField field = form.addField();
field.setType(FormField.Type.hidden);
......
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